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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訒ク辣ョ螳江 | 11111011101000111011100011100111100001011010111011100101101011101000110101011101 | fba3b8e785aee5ae8d5d |
EUC-JP | 訒ク辣ョ螳江 | 10001111110111011100100010001110101110001110110111100101100011101010111011101010101100001011100110111110 | 8fddc88eb8ede58eaeeab0b9be |
UTF-8 | 訒ク辣ョ螳江 | 111010001010100010010010111011111011110110111000111010001011111010100011111011111011110110101110111010001001111010110011111001101011000110011111 | e8a892efbdb8e8bea3efbdaee89eb3e6b19f |
UHC | ??辣?螳江 | 001111110011111111010101101110000011111111010011110110011100101110110000 | 3f3fd5b83fd3d9cbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)