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 | 丈サ爭 | 1000111111100100101110111110000010100101 | 8fe4bbe0a5 |
EUC-JP | 丈サ爭 | 101111101110011010001110101110111110000010100111 | bee68ebbe0a7 |
UTF-8 | 丈サ爭 | 111001001011100010001000111011111011110110111011111001111000100010101101 | e4b888efbdbbe788ad |
UHC | 丈?爭 | 1110110111011011001111111110111010110011 | eddb3feeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)