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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迯齢怺 | 111001111000110110010111111011101001110010001010 | e78d97ee9c8a |
EUC-JP | 迯齢怺 | 111011011110110111001110111100001101011111101010 | ededcef0d7ea |
UTF-8 | 迯齢怺 | 111010001011111110101111111010011011110110100010111001101000000010111010 | e8bfafe9bda2e680ba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)