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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隘ソ陝ャ隧オ | 111010001010010110111111111010001001111110101100111010001010100110110101 | e8a5bfe89face8a9b5 |
EUC-JP | 隘ソ陝ャ隧オ | 111100001010011110001110101111111111000010100001100011101010110011110000101010111000111010110101 | f0a78ebff0a18eacf0ab8eb5 |
UTF-8 | 隘ソ陝ャ隧オ | 111010011001101010011000111011111011110110111111111010011001100110011101111011111011110110101100111010011001101010100111111011111011110110110101 | e99a98efbdbfe9999defbdace99aa7efbdb5 |
UHC | 隘?陝?隧? | 111001001111011000111111111000001110110100111111111000101100101000111111 | e4f63fe0ed3fe2ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)