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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 押?????^ | 1000100110011111001111110011111100111111001111110011111101011110 | 899f3f3f3f3f3f5e |
EUC-JP | 押?????^ | 1011001010100001001111110011111100111111001111110011111101011110 | b2a13f3f3f3f3f5e |
UTF-8 | 押꾨젧若녹떍^ | 11100110100010101011110011101010101111101010100011101100101000001010011111101111101001011011010011101011100001011011100111101011100101101000110101011110 | e68abceabea8eca0a7efa5b4eb85b9eb968d5e |
UHC | 押꾨젧若녹떍^ | 11100100111000111000010011101011101000001001111111100101101011101011001111101100100010111010001101011110 | e4e384eba09fe5aeb3ec8ba35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)