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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 捻꿔끆璘롰슙^ | 11101111101001101010010011101010101111111001010011101011100000011000011011101111101001111010111111101011101000011011000011101100100010101001100101011110 | efa6a4eabf94eb8186efa7afeba1b0ec8a995e |
UHC | 捻꿔끆璘롰슙^ | 11100110111101111011001011100011100001011011101011101100110111101000111011101101100110101010011101011110 | e6f7b2e385baecde8eed9aa75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)