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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?蘖??B | 001111111001111101010000001111110011111101000010 | 3f9f503f3f42 |
EUC-JP | ?蘖??B | 001111111101110110110001001111110011111101000010 | 3fddb13f3f42 |
UTF-8 | 알蘖렫섬B | 11101100100101011000110011101000100110001001011011101011101000001010101111101100100001001010110001000010 | ec958ce89896eba0abec84ac42 |
UHC | 알蘖렫섬B | 101111101100101111100101111011101000111010111001101111001011011001000010 | becbe5ee8eb9bcb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)