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 | ?順席 | 0011111110001111100001111001000011001000 | 3f8f8790c8 |
EUC-JP | ?順席 | 0011111110111101111001111100000011001010 | 3fbde7c0ca |
UTF-8 | 뽸順席 | 111010111011110110111000111010011010000010000110111001011011100010101101 | ebbdb8e9a086e5b8ad |
UHC | 뽸順席 | 100101101111010011100010111101111110000010101100 | 96f4e2f7e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)