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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證殊ソ狩許 | 111001101001101010001110111010101011111110001110111010111000101110010110 | e69a8eeabf8eeb8b96 |
EUC-JP | 證殊ソ狩許 | 11101011111110101011110011101100100011101011111110111100111011011011010111110110 | ebfabcec8ebfbcedb5f6 |
UTF-8 | 證殊ソ狩許 | 111010001010110110001001111001101010111010001010111011111011110110111111111001111000101110101001111010001010100010110001 | e8ad89e6ae8aefbdbfe78ba9e8a8b1 |
UHC | 證殊?狩許 | 111100011111101111100010101010000011111111100010101011011111101011001001 | f1fbe2a83fe2adfac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)