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 | ???娃??^ | 0011111100111111001111111000100010100001001111110011111101011110 | 3f3f3f88a13f3f5e |
EUC-JP | ???娃??^ | 0011111100111111001111111011000010100011001111110011111101011110 | 3f3f3fb0a33f3f5e |
UTF-8 | 廉띾젦娃뗫젵^ | 11101111101001101010001011101011100111011011111011101100101000001010011011100101101010001000001111101011100101111010101111101100101000001011010101011110 | efa6a2eb9dbeeca0a6e5a883eb97abeca0b55e |
UHC | 廉띾젦娃뗫젵^ | 11100110111101011000110111101011101000001001111011101000110111111000101111101011101000001010100101011110 | e6f58deba09ee8df8beba0a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)