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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 讀スi讀スiB | 111001101010010010111101011010011110011010100100101111010110100101000010 | e6a4bd69e6a4bd6942 |
EUC-JP | 讀スi讀スiB | 1110110010100110100011101011110101101001111011001010011010001110101111010110100101000010 | eca68ebd69eca68ebd6942 |
UTF-8 | 讀スi讀スiB | 111010001010111010000000111011111011110110111101011010011110100010101110100000001110111110111101101111010110100101000010 | e8ae80efbdbd69e8ae80efbdbd6942 |
UHC | 讀?i讀?iB | 110101001100000100111111011010011101010011000001001111110110100101000010 | d4c13f69d4c13f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)