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 | ?|?] | 00111111011111000011111101011101 | 3f7c3f5d |
SJIS-WIN | ?|?] | 00111111011111000011111101011101 | 3f7c3f5d |
EUC-JP | ?|?] | 00111111011111000011111101011101 | 3f7c3f5d |
UTF-8 | 책|채] | 1110110010110001100001010111110011101100101100011000010001011101 | ecb1857cecb1845d |
UHC | 책|채] | 110000111010010101111100110000111010010001011101 | c3a57cc3a45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)