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 | 訒應貅 | 111110111010001110011100111001001110011010111010 | fba39ce4e6ba |
EUC-JP | 訒應貅 | 10001111110111011100100011011000111001101110110010111100 | 8fddc8d8e6ecbc |
UTF-8 | 訒應貅 | 111010001010100010010010111001101000011110001001111010001011001010000101 | e8a892e68789e8b285 |
UHC | ?應? | 00111111111010111110101100111111 | 3febeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)