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 | ??¨?? | 0011111100111111101010000011111100111111 | 3f3fa83f3f |
SJIS-WIN | ??¨?潁 | 00111111001111111000000101001110001111111001111111110001 | 3f3f814e3f9ff1 |
EUC-JP | ??¨?潁 | 00111111001111111010000110101111001111111101111011110011 | 3f3fa1af3fdef3 |
UTF-8 | 令⑸¨휃潁 | 1110111110100110101010001110001010010001101110001100001010101000111011011001110010000011111001101011110110000001 | efa6a8e291b8c2a8ed9c83e6bd81 |
UHC | 令⑸¨휃潁 | 11100111101010011010100111101011101000011010011111000100100100011110011110111000 | e7a9a9eba1a7c491e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)