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 | ?}?}?? | 001111110111110100111111011111010011111100111111 | 3f7d3f7d3f3f |
SJIS-WIN | 涌}涌}盖涌 | 10010111010011110111110110010111010011110111110111100001101100111001011101001111 | 974f7d974f7de1b3974f |
EUC-JP | 涌}涌}盖涌 | 11001101101100000111110111001101101100000111110111100010101101011100110110110000 | cdb07dcdb07de2b5cdb0 |
UTF-8 | 涌}涌}盖涌 | 1110011010110110100011000111110111100110101101101000110001111101111001111001101110010110111001101011011010001100 | e6b68c7de6b68c7de79b96e6b68c |
UHC | 涌}涌}盖涌 | 11101001101111110111110111101001101111110111110111001011110011001110100110111111 | e9bf7de9bf7dcbcce9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)