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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昔暹糯 | 100100001100110010011101111110011110001011110111 | 90cc9df9e2f7 |
EUC-JP | 昔暹糯 | 110000001100111011011010111110111110010011111001 | c0cedafbe4f9 |
UTF-8 | 昔暹糯 | 111001101001100010010100111001101001101010111001111001111011001110101111 | e69894e69ab9e7b3af |
UHC | 昔暹? | 1110000010101110111000001110011100111111 | e0aee0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)