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 | 遽檎「 | 1110011110101111100011001110011110100010 | e7af8ce7a2 |
EUC-JP | 遽檎「 | 111011101011000110111000111010011000111010100010 | eeb1b8e98ea2 |
UTF-8 | 遽檎「 | 111010011000000110111101111001101010101010001110111011111011110110100010 | e981bde6aa8eefbda2 |
UHC | 遽檎? | 1100101111101000110100001101010100111111 | cbe8d0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)