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 | 籤視蒐矜 | 1110001011011100100011101000101110001111010011101110000111100000 | e2dc8e8b8f4ee1e0 |
EUC-JP | 籤視蒐矜 | 1110010011011110101110111110101110111101101011111110001011100010 | e4debbebbdafe2e2 |
UTF-8 | 籤視蒐矜 | 111001111011000110100100111010001010011010010110111010001001001010010000111001111001111110011100 | e7b1a4e8a696e89290e79f9c |
UHC | 籤視蒐矜 | 1111010011011001111000111100101011100010101111011101000011101000 | f4d9e3cae2bdd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)