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 | ?g?節?? | 0011111110000010100001110011111110010000110111110011111100111111 | 3f82873f90df3f3f |
EUC-JP | 饔g?節?? | 10001111111010001110111110100011111001110011111111000000111000010011111100111111 | 8fe8efa3e73fc0e13f3f |
UTF-8 | 饔g몱節길뮢 | 111010011010010110010100111011111011110110000111111010111010101010110001111001111010111110000000111010101011100010111000111010111010111010100010 | e9a594efbd87ebaab1e7af80eab8b8ebaea2 |
UHC | 饔g몱節길뮢 | 111010001011110110100011111001111001000110011010111011111011110110110001111001101001001010101110 | e8bda3e7919aefbdb1e692ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)