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 | 瞻瞻磑犧 | 1110000111011011111000011101101111100001111101001110000010111000 | e1dbe1dbe1f4e0b8 |
EUC-JP | 瞻瞻磑犧 | 1110001011011101111000101101110111100010111101101110000010111010 | e2dde2dde2f6e0ba |
UTF-8 | 瞻瞻磑犧 | 111001111001111010111011111001111001111010111011111001111010001110010001111001111000101010100111 | e79ebbe79ebbe7a391e78aa7 |
UHC | 瞻瞻?犧 | 11110100110101111111010011010111001111111111110111111010 | f4d7f4d73ffdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)