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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?賤秘藺?^ | 001111111110011011001011100101001110100111100101011000010011111101011110 | 3fe6cb94e9e5613f5e |
EUC-JP | ?賤秘藺?^ | 001111111110110011001101110010001110101111101001110000100011111101011110 | 3feccdc8ebe9c23f5e |
UTF-8 | 뤋賤秘藺줌^ | 11101011101001001000101111101000101100111010010011100111101001111001100011101000100101111011101011101100101001001000110001011110 | eba48be8b3a4e7a798e897baeca48c5e |
UHC | 뤋賤秘藺줌^ | 1000111110111011111101001100000111011101111110101101011111110100110000011101110001011110 | 8fbbf4c1ddfad7f4c1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)