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 | 霆企焔驥 | 1110100010111011100010101110100110001001100010111110100110000111 | e8bb8ae9898be987 |
EUC-JP | 霆企焔驥 | 1111000010111101101101001110101110110001111010111111000111100111 | f0bdb4ebb1ebf1e7 |
UTF-8 | 霆企焔驥 | 111010011001110010000110111001001011110010000001111001111000010010010100111010011010100110100101 | e99c86e4bc81e78494e9a9a5 |
UHC | 霆企?驥 | 11101111111111011101000011101010001111111101000111001010 | effdd0ea3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)