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 | 弔??寇 | 100100101010001000111111001111111001101110000100 | 92a23f3f9b84 |
EUC-JP | 弔?勖寇 | 1100010010100100001111111000111110110011111011011101010111100100 | c4a43f8fb3edd5e4 |
UTF-8 | 弔렲勖寇 | 111001011011110010010100111010111010000010110010111001011000101110010110111001011010111110000111 | e5bc94eba0b2e58b96e5af87 |
UHC | 弔렲勖寇 | 1111000011000000100011101011111111101001111011011100111110101000 | f0c08ebfe9edcfa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)