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 | 顏懈ゥ区 | 11101000111110001001110011100110101010011000101111100110 | e8f89ce6a98be6 |
EUC-JP | 顏懈ゥ区 | 1111000011111010110110001110100010001110101010011011011011101000 | f0fad8e88ea9b6e8 |
UTF-8 | 顏懈ゥ区 | 111010011010000110001111111001101000011110001000111011111011110110101001111001011000110010111010 | e9a18fe68788efbda9e58cba |
UHC | ?懈?? | 0011111111111010101010110011111100111111 | 3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)