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 | 謦晞虚 | 111001101001001010011101111010011000101110010101 | e6929de98b95 |
EUC-JP | 謦晞虚 | 111010111111001011011010111010111011010111110101 | ebf2daebb5f5 |
UTF-8 | 謦晞虚 | 111010001010110010100110111001101001100110011110111010001001100110011010 | e8aca6e6999ee8999a |
UHC | ?晞? | 00111111111111011111010100111111 | 3ffdf53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)