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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯ク邇」室 | 1110100111110010101110001110011110001110101000111000111010111010 | e9f2b8e78ea38eba |
EUC-JP | 鶯ク邇」室 | 11110010111101001000111010111000111011011110111010001110101000111011110010111100 | f2f48eb8edee8ea3bcbc |
UTF-8 | 鶯ク邇」室 | 111010011011011010101111111011111011110110111000111010011000001010000111111011111011110110100011111001011010111010100100 | e9b6afefbdb8e98287efbda3e5aea4 |
UHC | 鶯?邇?室 | 1110010110100011001111111110110011000100001111111110001111111000 | e5a33fecc43fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)