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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟情逢 | 111001011000000010001111111011101000100010100111 | e5808fee88a7 |
EUC-JP | 蛟情逢 | 111010011110000010111110111100001011000010101001 | e9e0bef0b0a9 |
UTF-8 | 蛟情逢 | 111010001001101110011111111001101000001110000101111010011000000010100010 | e89b9fe68385e980a2 |
UHC | 蛟情逢 | 110011101111000111101111110101111101110011110001 | cef1efd7dcf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)