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 | 佚??疳 | 100110001100001100111111001111111110000101110000 | 98c33f3fe170 |
EUC-JP | 佚??疳 | 110100001100010100111111001111111110000111010001 | d0c53f3fe1d1 |
UTF-8 | 佚몄넑疳 | 111001001011110110011010111010111010101010000100111010111000010010010001111001111001011010110011 | e4bd9aebaa84eb8491e796b3 |
UHC | 佚몄넑疳 | 1110110011101010101110001110110010000110100111001100101011110111 | eceab8ec869ccaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)