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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遇班? | 1000101111110110100101001100011100111111 | 8bf694c73f |
EUC-JP | 遇班? | 1011011011111000110010001100100100111111 | b6f8c8c93f |
UTF-8 | 遇班렲 | 111010011000000110000111111001111000111110101101111010111010000010110010 | e98187e78fadeba0b2 |
UHC | 遇班렲 | 111010011110011111011010111011001000111010111111 | e9e7daec8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)