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 | 涌怐咤痾 | 1001011101001111100111001000000110011010010000101110000101111101 | 974f9c819a42e17d |
EUC-JP | 涌怐咤痾 | 1100110110110000110101111110000111010011101000111110000111011110 | cdb0d7e1d3a3e1de |
UTF-8 | 涌怐咤痾 | 111001101011011010001100111001101000000010010000111001011001001010100100111001111001011110111110 | e6b68ce68090e592a4e797be |
UHC | 涌?咤? | 111010011011111100111111111101101110001100111111 | e9bf3ff6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)