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 | 蛟也兵 | 111001011000000010010110111001111001010110111010 | e58096e795ba |
EUC-JP | 蛟也兵 | 111010011110000011001100111010011100101010111100 | e9e0cce9cabc |
UTF-8 | 蛟也兵 | 111010001001101110011111111001001011100110011111111001011000010110110101 | e89b9fe4b99fe585b5 |
UHC | 蛟也兵 | 110011101111000111100101101001011101110010110010 | cef1e5a5dcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)