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 | ?Y????B | 00111111010110010011111100111111001111110011111101000010 | 3f593f3f3f3f42 |
SJIS-WIN | ?Y????B | 00111111010110010011111100111111001111110011111101000010 | 3f593f3f3f3f42 |
EUC-JP | ?Y????B | 00111111010110010011111100111111001111110011111101000010 | 3f593f3f3f3f42 |
UTF-8 | 청Y혶챤혵혶B | 1110110010110010101011010101100111101101100110001011011011101100101100011010010011101101100110001011010111101101100110001011011001000010 | ecb2ad59ed98b6ecb1a4ed98b5ed98b642 |
UHC | 청Y혶챤혵혶B | 110000111011101101011001110000101001110111000011101011101100001010011100110000101001110101000010 | c3bb59c29dc3aec29cc29d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)