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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薔?疑??? | 1110010101001011001111111000101101011110001111110011111100111111 | e54b3f8b5e3f3f3f |
EUC-JP | 薔?疑??? | 1110100110101100001111111011010110111111001111110011111100111111 | e9ac3fb5bf3f3f3f |
UTF-8 | 薔렗疑띈렏흘 | 111010001001011010010100111010111010000010010111111001111001011010010001111010111001110110001000111010111010000010001111111011011001110110011000 | e89694eba097e79691eb9d88eba08fed9d98 |
UHC | 薔렗疑띈렏흘 | 111011011111100110001110101011001110101111110111101101101110100010001110101001011100100011101010 | edf98eacebf7b6e88ea5c8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)