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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞜ス竏晄暙髣 | 1110100011011111101111011110001010001000100111011110011011111010110110101110100110010111 | e8dfbde2889de6fadae997 |
EUC-JP | 鞜ス竏晄暙髣 | 11110000111000011000111010111101111000111110100011011010111010001000111111000010110100101111000111110111 | f0e18ebde3e8dae88fc2d2f1f7 |
UTF-8 | 鞜ス竏晄暙髣 | 111010011001111010011100111011111011110110111101111001111010101110001111111001101001100110000100111001101001101010011001111010011010101110100011 | e99e9cefbdbde7ab8fe69984e69a99e9aba3 |
UHC | ???晄?? | 00111111001111110011111111111100110011010011111100111111 | 3f3f3ffccd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)