To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楡?睹? | 100111101011111000111111111000011100111100111111 | 9ebe3fe1cf3f |
EUC-JP | 楡?睹? | 110111001100000000111111111000101101000100111111 | dcc03fe2d13f |
UTF-8 | 楡편睹뤈 | 111001101010010110100001111011011000111010111000111001111001110110111001111010111010010010001000 | e6a5a1ed8eb8e79db9eba488 |
UHC | 楡편睹뤈 | 1110101011111000110001101110110111010100101010011000111110111000 | eaf8c6edd4a98fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)