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 | 壯ラ?如 | 10011010111000011000001110001001001111111001010001000000 | 9ae183893f9440 |
EUC-JP | 壯ラ?如 | 11010100111000111010010111101001001111111100011110100001 | d4e3a5e93fc7a1 |
UTF-8 | 壯ラ뀒如 | 111001011010001110101111111000111000001110101001111010111000000010010010111001011010011010000010 | e5a3afe383a9eb8092e5a682 |
UHC | 壯ラ뀒如 | 1110110111100000101010111110100110000101100011001110010111111101 | ede0abe9858ce5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)