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 | 蛟情ざ蛟 | 1110010110000000100011111110111010000010101101001110010110000000 | e5808fee82b4e580 |
EUC-JP | 蛟情ざ蛟 | 1110100111100000101111101111000010100100101101101110100111100000 | e9e0bef0a4b6e9e0 |
UTF-8 | 蛟情ざ蛟 | 111010001001101110011111111001101000001110000101111000111000000110010110111010001001101110011111 | e89b9fe68385e38196e89b9f |
UHC | 蛟情ざ蛟 | 1100111011110001111011111101011110101010101101101100111011110001 | cef1efd7aab6cef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)