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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜呎「ァ蝨 | 1110100010110110100110011110011010100010101001111110010110011100 | e8b699e6a2a7e59c |
EUC-JP | 雜呎「ァ蝨 | 11110000101110001101001011101000100011101010001010001110101001111110100111111100 | f0b8d2e88ea28ea7e9fc |
UTF-8 | 雜呎「ァ蝨 | 111010011001101110011100111001011001000110001110111011111011110110100010111011111011110110100111111010001001110110101000 | e99b9ce5918eefbda2efbda7e89da8 |
UHC | 雜???蝨 | 11101101110110100011111100111111001111111110001110100100 | edda3f3f3fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)