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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | 涌}涌哈 | 10010111010011110111110110010111010011111001100111111011 | 974f7d974f99fb |
EUC-JP | 涌}涌哈 | 11001101101100000111110111001101101100001101001011111101 | cdb07dcdb0d2fd |
UTF-8 | 涌}涌哈 | 11100110101101101000110001111101111001101011011010001100111001011001001110001000 | e6b68c7de6b68ce59388 |
UHC | 涌}涌哈 | 11101001101111110111110111101001101111111111100111101011 | e9bf7de9bff9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)