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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隘槫ョ」蜈アB | 11101000101001011001111011100101101011101010001111100101100001011011000101000010 | e8a59ee5aea3e585b142 |
EUC-JP | 隘槫ョ」蜈アB | 11110000101001111101110011100111100011101010111010001110101000111110100111100101100011101011000101000010 | f0a7dce78eae8ea3e9e58eb142 |
UTF-8 | 隘槫ョ」蜈アB | 11101001100110101001100011100110101001111010101111101111101111011010111011101111101111011010001111101000100111001000100011101111101111011011000101000010 | e99a98e6a7abefbdaeefbda3e89c88efbdb142 |
UHC | 隘???蜈?B | 111001001111011000111111001111110011111111101000101001010011111101000010 | e4f63f3f3fe8a53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)