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 | 躊湫學 | 111001110101001110011111110101011001101101111011 | e7539fd59b7b |
EUC-JP | 躊湫學 | 111011011011010011011110110101111101010111011100 | edb4ded7d5dc |
UTF-8 | 躊湫學 | 111010001011101010001010111001101011100110101011111001011010110110111000 | e8ba8ae6b9abe5adb8 |
UHC | 躊湫學 | 111100011100110011110101110100111111100111001010 | f1ccf5d3f9ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)