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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ゙耿シ | 110111101111001111010110111000111101010010111100 | def3d6e3d4bc |
EUC-JP | ゙?耿シ | 10001110110111100011111111100110110101101000111010111100 | 8ede3fe6d68ebc |
UTF-8 | ゙耿シ | 111011111011111010011110111011101000101110001001111010001000000010111111111011111011110110111100 | efbe9eee8b89e880bfefbdbc |
UHC | ??耿? | 0011111100111111110011001110101000111111 | 3f3fccea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)