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 | ゙「莖釈治 | 1101111010100010111001001011000110001110110111111000111010100001 | dea2e4b18edf8ea1 |
EUC-JP | ゙「莖釈治 | 10001110110111101000111010100010111010001011001110111100111000011011110010100011 | 8ede8ea2e8b3bce1bca3 |
UTF-8 | ゙「莖釈治 | 111011111011111010011110111011111011110110100010111010001000111010010110111010011000011110001000111001101011001010111011 | efbe9eefbda2e88e96e98788e6b2bb |
UHC | ??莖?治 | 00111111001111111100110011101100001111111111011010111101 | 3f3fccec3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)