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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 如??爾 | 100101000100000000111111001111111000111010100010 | 94403f3f8ea2 |
EUC-JP | 如??爾 | 110001111010000100111111001111111011110010100100 | c7a13f3fbca4 |
UTF-8 | 如싲맧爾 | 111001011010011010000010111011001000101110110010111010111010011110100111111001111000100010111110 | e5a682ec8bb2eba7a7e788be |
UHC | 如싲맧爾 | 1110010111111101100110101110101110010000101100001110110010110011 | e5fd9aeb90b0ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)