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 | ??蝟?朞酒 | 001111110011111111100101100101100011111110011110010011011000111011110000 | 3f3fe5963f9e4d8ef0 |
EUC-JP | ??蝟?朞酒 | 001111110011111111101001111101100011111111011011101011101011110011110010 | 3f3fe9f63fdbaebcf2 |
UTF-8 | 룵에蝟룵朞酒 | 111010111010001110110101111011001001011110010000111010001001110110011111111010111010001110110101111001101001110010011110111010011000010110010010 | eba3b5ec9790e89d9feba3b5e69c9ee98592 |
UHC | 룵에蝟룵朞酒 | 100011111010101010111111101000011110101011011010100011111010101011010001101000011111000111010000 | 8faabfa1eada8faad1a1f1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)