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 | 馴射邃 | 100100111110100110001110110010111110001010000100 | 93e98ecbe284 |
EUC-JP | 馴射邃 | 110001101110101110111100110011011110001111100100 | c6ebbccde3e4 |
UTF-8 | 馴射邃 | 111010011010011010110100111001011011000010000100111010011000001010000011 | e9a6b4e5b084e98283 |
UHC | 馴射邃 | 111000101111100011011110110100101110001011000101 | e2f8ded2e2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)