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 | 蛟滄埀閠 | 1110010110000000100111111110100110011010101011111110100010000000 | e5809fe99aafe880 |
EUC-JP | 蛟滄埀閠 | 1110100111100000110111101110101111010100101100011110111111100000 | e9e0deebd4b1efe0 |
UTF-8 | 蛟滄埀閠 | 111010001001101110011111111001101011101110000100111001011001111110000000111010011001011010100000 | e89b9fe6bb84e59f80e996a0 |
UHC | 蛟滄?? | 110011101111000111110011111001110011111100111111 | cef1f3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)