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 | 涬識裄 | 111110110100000110001110101011111110010111100000 | fb418eafe5e0 |
EUC-JP | 涬識裄 | 10001111110001111100111110111100101100011110101011100010 | 8fc7cfbcb1eae2 |
UTF-8 | 涬識裄 | 111001101011011010101100111010001010110110011000111010001010001110000100 | e6b6ace8ad98e8a384 |
UHC | ?識? | 00111111111000111101101100111111 | 3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)