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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霍悟鴻蟾ィB | 11101000101101111000110011100101100011011000001111100101101101111010100001000010 | e8b78ce58d83e5b7a842 |
EUC-JP | 霍悟鴻蟾ィB | 1111000010111001101110001110011110111001111000111110101010111001100011101010100001000010 | f0b9b8e7b9e3eab98ea842 |
UTF-8 | 霍悟鴻蟾ィB | 11101001100111001000110111100110100000101001111111101001101101001011101111101000100111111011111011101111101111011010100001000010 | e99c8de6829fe9b4bbe89fbeefbda842 |
UHC | ?悟鴻蟾?B | 001111111110011111110110111110111111100011100000111010100011111101000010 | 3fe7f6fbf8e0ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)