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 | ??@???? | 00111111001111110100000000111111001111110011111100111111 | 3f3f403f3f3f3f |
SJIS-WIN | 螂ェ@蟾ス蜈カ | 11100101101001011010101001000000111001011011011110111101111001011000010110110110 | e5a5aa40e5b7bde585b6 |
EUC-JP | 螂ェ@蟾ス蜈カ | 11101010101001111000111010101010010000001110101010111001100011101011110111101001111001011000111010110110 | eaa78eaa40eab98ebde9e58eb6 |
UTF-8 | 螂ェ@蟾ス蜈カ | 11101000100111101000001011101111101111011010101001000000111010001001111110111110111011111011110110111101111010001001110010001000111011111011110110110110 | e89e82efbdaa40e89fbeefbdbde89c88efbdb6 |
UHC | 螂?@蟾?蜈? | 11010101110011000011111101000000111000001110101000111111111010001010010100111111 | d5cc3f40e0ea3fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)