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 | ?エ?ウ?ィ | 001111111011010000111111101100110011111110101000 | 3fb43fb33fa8 |
EUC-JP | ?エ?ウ?ィ | 001111111000111010110100001111111000111010110011001111111000111010101000 | 3f8eb43f8eb33f8ea8 |
UTF-8 | エウィ | 111011101011110010111100111011111011110110110100111011101011110010111100111011111011110110110011111011101011110010111100111011111011110110101000 | eebcbcefbdb4eebcbcefbdb3eebcbcefbda8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)