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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔗уΓ | 111001001111001010000100100001011000001110100001 | e4f2848583a1 |
EUC-JP | 蔗уΓ | 111010001111010010100111111001011010011010100011 | e8f4a7e5a6a3 |
UTF-8 | 蔗уΓ | 11101000100101001001011111010001100000111100111010010011 | e89497d183ce93 |
UHC | 蔗уΓ | 111011011011110110101100111001011010010111000011 | edbdace5a5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)