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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????鴉 | 00111111001111110011111100111111001111111110100111101011 | 3f3f3f3f3fe9eb |
EUC-JP | ?????鴉 | 00111111001111110011111100111111001111111111001011101101 | 3f3f3f3f3ff2ed |
UTF-8 | 瓆렟뤒쳩산鴉 | 111001111001001110000110111010111010000010011111111010111010010010010010111011001011001110101001111011001000001010110000111010011011010010001001 | e79386eba09feba492ecb3a9ec82b0e9b489 |
UHC | 瓆렟뤒쳩산鴉 | 111100101110111110001110101100001000111111000010101010111000111010111011111010101110010010111100 | f2ef8eb08fc2ab8ebbeae4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)