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 | 上ッ捨緖「セ | 100011111110001110101111100011101100110011111011100011101010001010111110 | 8fe3af8eccfb8ea2be |
EUC-JP | 上ッ捨?「セ | 1011111011100101100011101010111110111100110011100011111110001110101000101000111010111110 | bee58eafbcce3f8ea28ebe |
UTF-8 | 上ッ捨緖「セ | 111001001011100010001010111011111011110110101111111001101000110110101000111001111011011110010110111011111011110110100010111011111011110110111110 | e4b88aefbdafe68da8e7b796efbda2efbdbe |
UHC | 上?捨緖?? | 110111111011111000111111110111101101011111011111111111010011111100111111 | dfbe3fded7dffd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)