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 | 畏??猥 | 100010001101100000111111001111111110000011001110 | 88d83f3fe0ce |
EUC-JP | 畏??猥 | 101100001101101000111111001111111110000011010000 | b0da3f3fe0d0 |
UTF-8 | 畏쇔폀猥 | 111001111001010110001111111011001000011110010100111011011000111110000000111001111000110010100101 | e7958fec8794ed8f80e78ca5 |
UHC | 畏쇔폀猥 | 1110100011100110101111001110010110111100100011111110100011100101 | e8e6bce5bc8fe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)