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 | 轤殊ー | 1110011110000010100011101110101010110000 | e7828eeab0 |
EUC-JP | 轤殊ー | 111011011110001010111100111011001000111010110000 | ede2bcec8eb0 |
UTF-8 | 轤殊ー | 111010001011110110100100111001101010111010001010111011111011110110110000 | e8bda4e6ae8aefbdb0 |
UHC | ?殊? | 00111111111000101010100000111111 | 3fe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)