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 | 100011001011111000111111001111111000110010111110001111110011111101000010 | 8cbe3f3f8cbe3f3f42 |
EUC-JP | 言??言??B | 101110001100000000111111001111111011100011000000001111110011111101000010 | b8c03f3fb8c03f3f42 |
UTF-8 | 言ⓩ윺言ⓩ윺B | 11101000101010001000000011100010100100111010100111101100100111001011101011101000101010001000000011100010100100111010100111101100100111001011101001000010 | e8a880e293a9ec9cbae8a880e293a9ec9cba42 |
UHC | 言ⓩ윺言ⓩ윺B | 11100101111010111010100011100110100111111011010011100101111010111010100011100110100111111011010001000010 | e5eba8e69fb4e5eba8e69fb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)