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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?蘖??\ | 001111111001111101010000001111110011111101011100 | 3f9f503f3f5c |
EUC-JP | ?蘖??\ | 001111111101110110110001001111110011111101011100 | 3fddb13f3f5c |
UTF-8 | 알蘖렫섞\ | 11101100100101011000110011101000100110001001011011101011101000001010101111101100100001001001111001011100 | ec958ce89896eba0abec849e5c |
UHC | 알蘖렫섞\ | 101111101100101111100101111011101000111010111001101111001010111101011100 | becbe5ee8eb9bcaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)