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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 蟾ス邂ェ蜈カk | 11100101101101111011110111100111101011101010101011100101100001011011011001101011 | e5b7bde7aeaae585b66b |
EUC-JP | 蟾ス邂ェ蜈カk | 11101010101110011000111010111101111011101011000010001110101010101110100111100101100011101011011001101011 | eab98ebdeeb08eaae9e58eb66b |
UTF-8 | 蟾ス邂ェ蜈カk | 11101000100111111011111011101111101111011011110111101001100000101000001011101111101111011010101011101000100111001000100011101111101111011011011001101011 | e89fbeefbdbde98282efbdaae89c88efbdb66b |
UHC | 蟾?邂?蜈?k | 11100000111010100011111111111010101100110011111111101000101001010011111101101011 | e0ea3ffab33fe8a53f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)