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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 帳ε?浴??B | 10010010101000001000001111000011001111111001011110000001001111110011111101000010 | 92a083c33f97813f3f42 |
EUC-JP | 帳ε?浴??B | 11000100101000101010011011000101001111111100110111100001001111110011111101000010 | c4a2a6c53fcde13f3f42 |
UTF-8 | 帳ε쳣浴㎩ㅁB | 111001011011100010110011110011101011010111101100101100111010001111100110101101011011010011100011100011101010100111100011100001011000000101000010 | e5b8b3ceb5ecb3a3e6b5b4e38ea9e3858142 |
UHC | 帳ε쳣浴㎩ㅁB | 11101101111000111010010111100101101010111000100111101001101100011010011111100101101001001011000101000010 | ede3a5e5ab89e9b1a7e5a4b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)