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 | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
SJIS-WIN | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
EUC-JP | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
UTF-8 | 뾑G숥k뾑G숥k | 11101011101111101001000101000111111011001000100010100101011010111110101110111110100100010100011111101100100010001010010101101011 | ebbe9147ec88a56bebbe9147ec88a56b |
UHC | 뾑G숥k뾑G숥k | 100101110100111101000111100110100100001001101011100101110100111101000111100110100100001001101011 | 974f479a426b974f479a426b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)