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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 醍卆 | 10010001111001111001100110111110 | 91e799be |
EUC-JP | 醍卆 | 11000010111010011101001011000000 | c2e9d2c0 |
UTF-8 | 醍卆 | 111010011000011010001101111001011000110110000110 | e9868de58d86 |
UHC | 醍? | 111100001011010100111111 | f0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)