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 | 五g?循 | 10001100110111001000001010000111001111111000111101111010 | 8cdc82873f8f7a |
EUC-JP | 五g?循 | 10111000110111101010001111100111001111111011110111011011 | b8dea3e73fbddb |
UTF-8 | 五g굤循 | 111001001011101010010100111011111011110110000111111010101011010110100100111001011011111010101010 | e4ba94efbd87eab5a4e5beaa |
UHC | 五g굤循 | 1110011111101001101000111110011110000010100010101110001011100000 | e7e9a3e7828ae2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)