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 | 憶?┯ | 1000100110101111001111111000010010110110 | 89af3f84b6 |
EUC-JP | 憶?┯ | 1011001010110001001111111010100010111000 | b2b13fa8b8 |
UTF-8 | 憶계┯ | 111001101000011010110110111010101011001110000100111000101001010010101111 | e686b6eab384e294af |
UHC | 憶계┯ | 111001011110001110110000111010001010011010111000 | e5e3b0e8a6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)