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 | 低頭?? | 100100101110000110010011101010100011111100111111 | 92e193aa3f3f |
EUC-JP | 低頭?? | 110001001110001111000110101011000011111100111111 | c4e3c6ac3f3f |
UTF-8 | 低頭렧畓 | 111001001011110110001110111010011010000010101101111010111010000010100111111001111001010110010011 | e4bd8ee9a0adeba0a7e79593 |
UHC | 低頭렧畓 | 1110111010111000110101001110100110001110101101101101001111001100 | eeb8d4e98eb6d3cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)