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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆る㍽雋 | 1110100011110111100000101110100110000111100011101110100010110010 | e8f782e9878ee8b2 |
EUC-JP | 顆る?雋 | 11110000111110011010010011101011001111111111000010110100 | f0f9a4eb3ff0b4 |
UTF-8 | 顆る㍽雋 | 111010011010000110000110111000111000001010001011111000111000110110111101111010011001101110001011 | e9a186e3828be38dbde99b8b |
UHC | 顆る?雋 | 11001110101010001010101011101011001111111111000111100110 | cea8aaeb3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)