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 | 蝸罷。誤。 | 1110010110010111100101001110101110100001100011001110101110100001 | e59794eba18ceba1 |
EUC-JP | 蝸罷。誤。 | 11101001111101111100100011101101100011101010000110111000111011011000111010100001 | e9f7c8ed8ea1b8ed8ea1 |
UTF-8 | 蝸罷。誤。 | 111010001001110110111000111001111011110110110111111011111011110110100001111010001010101010100100111011111011110110100001 | e89db8e7bdb7efbda1e8aaa4efbda1 |
UHC | 蝸罷?誤? | 1110100011000100111101111111001100111111111010001010011000111111 | e8c4f7f33fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)