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 | 帳??猥 | 100100101010000000111111001111111110000011001110 | 92a03f3fe0ce |
EUC-JP | 帳??猥 | 110001001010001000111111001111111110000011010000 | c4a23f3fe0d0 |
UTF-8 | 帳댐슛猥 | 111001011011100010110011111010111000110010010000111011001000101010011011111001111000110010100101 | e5b8b3eb8c90ec8a9be78ca5 |
UHC | 帳댐슛猥 | 1110110111100011101101001110111110111101101110001110100011100101 | ede3b4efbdb8e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)