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 | 暎ョ㎞ | 100111011111001110000011100001111000011101110001 | 9df383878771 |
EUC-JP | 暎ョ? | 1101101011110101101001011110011100111111 | daf5a5e73f |
UTF-8 | 暎ョ㎞ | 111001101001101010001110111000111000001110100111111000111000111010011110 | e69a8ee383a7e38e9e |
UHC | 暎ョ㎞ | 111001111011001010101011111001111010011110110000 | e7b2abe7a7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)