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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?缺?缺^ | 00111111111000111001111000111111111000111001111001011110 | 3fe39e3fe39e5e |
EUC-JP | ?缺?缺^ | 00111111111001011111111000111111111001011111111001011110 | 3fe5fe3fe5fe5e |
UTF-8 | 돔缺돔缺^ | 11101011100011111001010011100111101111001011101011101011100011111001010011100111101111001011101001011110 | eb8f94e7bcbaeb8f94e7bcba5e |
UHC | 돔缺돔缺^ | 101101011011110011001100110000001011010110111100110011001100000001011110 | b5bcccc0b5bcccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)