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 | 轤ュ豺。貂ャ | 111001111000001010101101111001101011011110100001111001101011100010101100 | e782ade6b7a1e6b8ac |
EUC-JP | 轤ュ豺。貂ャ | 111011011110001010001110101011011110110010111001100011101010000111101100101110101000111010101100 | ede28eadecb98ea1ecba8eac |
UTF-8 | 轤ュ豺。貂ャ | 111010001011110110100100111011111011110110101101111010001011000110111010111011111011110110100001111010001011001010000010111011111011110110101100 | e8bda4efbdade8b1baefbda1e8b282efbdac |
UHC | ??豺?貂? | 0011111100111111111000111100111100111111111101011011000000111111 | 3f3fe3cf3ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)