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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???怏? | 001111110011111100111111100111001000100100111111 | 3f3f3f9c893f |
EUC-JP | 濚??怏? | 1000111111001001101000010011111100111111110101111110100100111111 | 8fc9a13f3fd7e93f |
UTF-8 | 濚믡끃怏찦 | 111001101011111110011010111010111010111110100001111010111000000110000011111001101000000010001111111011001011000010100110 | e6bf9aebafa1eb8183e6808fecb0a6 |
UHC | 濚믡끃怏찦 | 11100111101110011001001011100011100001011011100111100100111010001010101001000010 | e7b992e385b9e4e8aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)