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 | 涌}盖珈 | 10010111010011110111110111100001101100111110000011011011 | 974f7de1b3e0db |
EUC-JP | 涌}盖珈 | 11001101101100000111110111100010101101011110000011011101 | cdb07de2b5e0dd |
UTF-8 | 涌}盖珈 | 11100110101101101000110001111101111001111001101110010110111001111000111110001000 | e6b68c7de79b96e78f88 |
UHC | 涌}盖? | 111010011011111101111101110010111100110000111111 | e9bf7dcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)