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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 蘂??腸??E | 111001010100000100111111001111111001001010110000001111110011111101000101 | e5413f3f92b03f3f45 |
EUC-JP | 蘂??腸??E | 111010011010001000111111001111111100010010110010001111110011111101000101 | e9a23f3fc4b23f3f45 |
UTF-8 | 蘂녔삀腸깍쉑E | 11101000100110001000001011101011100001011001010011101100100000101000000011101000100001011011100011101010101110011000110111101100100010011001000101000101 | e89882eb8594ec8280e885b8eab98dec899145 |
UHC | 蘂녔삀腸깍쉑E | 11100111110111101011001111100110100110001000011111101101111100111011000111101111101111011010011101000101 | e7deb3e69887edf3b1efbda745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)