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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 躁?杖?K | 11100111010011100011111110001111111100010011111101001011 | e74e3f8ff13f4b |
EUC-JP | 躁?杖?K | 11101101101011110011111110111110111100110011111101001011 | edaf3fbef33f4b |
UTF-8 | 躁렕杖렱K | 11101000101110101000000111101011101000001001010111100110100111011001011011101011101000001011000101001011 | e8ba81eba095e69d96eba0b14b |
UHC | 躁렕杖렱K | 111100001110001010001110101010101110110111101000100011101011111001001011 | f0e28eaaede88ebe4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)