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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 麗皎蔬B | 10010111111011011110000110100111111001001111010001000010 | 97ede1a7e4f442 |
EUC-JP | 麗皎蔬B | 11001110111011111110001010101001111010001111011001000010 | ceefe2a9e8f642 |
UTF-8 | 麗皎蔬B | 11101001101110101001011111100111100110101000111011101000100101001010110001000010 | e9ba97e79a8ee894ac42 |
UHC | 麗皎蔬B | 11010101111100101100111011101011111000011100101001000010 | d5f2ceebe1ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)