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 | ???暗? | 001111110011111100111111100010001100001100111111 | 3f3f3f88c33f |
EUC-JP | ???暗? | 001111110011111100111111101100001100010100111111 | 3f3f3fb0c53f |
UTF-8 | 琉든깧暗뺹 | 111011111010011110001100111010111001001110100000111010101011100110100111111001101001101010010111111010111011101010111001 | efa78ceb93a0eab9a7e69a97ebbab9 |
UHC | 琉든깧暗뺹 | 11101011101001001011010111100111100000111001100111100100110111101001011001000010 | eba4b5e78399e4de9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)