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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 薔?底耕? | 1110010101001011001111111001001011101010100011010110101100111111 | e54b3f92ea8d6b3f |
EUC-JP | 薔?底耕? | 1110100110101100001111111100010011101100101110011100110000111111 | e9ac3fc4ecb9cc3f |
UTF-8 | 薔렗底耕컨 | 111010001001011010010100111010111010000010010111111001011011101010010101111010001000000010010101111011001011101110101000 | e89694eba097e5ba95e88095ecbba8 |
UHC | 薔렗底耕컨 | 11101101111110011000111010101100111011101011110011001100111010011100010011000001 | edf98eaceebccce9c4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)