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 | 鮟倡⊂褄 | 1110100110111011100110001110011110000001101111001110010111101011 | e9bb98e781bce5eb |
EUC-JP | 鮟倡⊂褄 | 1111001010111101110100001110100110100010101111101110101011101101 | f2bdd0e9a2beeaed |
UTF-8 | 鮟倡⊂褄 | 111010011010111010011111111001011000000010100001111000101000101010000010111010001010010010000100 | e9ae9fe580a1e28a82e8a484 |
UHC | 鮟倡⊂? | 11100100110101011111001111011011101000011111100000111111 | e4d5f3dba1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)