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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塋i?澳 | 10011010110010001000001010001001001111111110000001010011 | 9ac882893fe053 |
EUC-JP | 塋i?澳 | 11010100110010101010001111101001001111111101111110110100 | d4caa3e93fdfb4 |
UTF-8 | 塋i궚澳 | 111001011010000110001011111011111011110110001001111010101011011010011010111001101011111010110011 | e5a18befbd89eab69ae6beb3 |
UHC | 塋i궚澳 | 1110011110101011101000111110100110000010101011111110011111111110 | e7aba3e982afe7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)