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 | 脂?圓?脂? | 100011101000100100111111100110101010001000111111100011101000100100111111 | 8e893f9aa23f8e893f |
EUC-JP | 脂?圓?脂? | 101110111110100100111111110101001010010000111111101110111110100100111111 | bbe93fd4a43fbbe93f |
UTF-8 | 脂렟圓궜脂렟 | 111010001000010010000010111010111010000010011111111001011001110010010011111010101011011010011100111010001000010010000010111010111010000010011111 | e88482eba09fe59c93eab69ce88482eba09f |
UHC | 脂렟圓궜脂렟 | 111100101011011110001110101100001110101010101101101100011100100111110010101101111000111010110000 | f2b78eb0eaadb1c9f2b78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)