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?Z??GB | 0011111101011001001111110101101000111111001111110100011101000010 | 3f593f5a3f3f4742 |
SJIS-WIN | ?Y?Z??GB | 0011111101011001001111110101101000111111001111110100011101000010 | 3f593f5a3f3f4742 |
EUC-JP | ?Y?Z??GB | 0011111101011001001111110101101000111111001111110100011101000010 | 3f593f5a3f3f4742 |
UTF-8 | 혪Y혪Z혩쨍GB | 11101101100110001010101001011001111011011001100010101010010110101110110110011000101010011110110010101000100011010100011101000010 | ed98aa59ed98aa5aed98a9eca88d4742 |
UHC | 혪Y혪Z혩쨍GB | 110000101001001001011001110000101001001001011010110000101001000111000010101110000100011101000010 | c29259c2925ac291c2b84742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)