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 | 硝耘コ | 1000111111001001111000111100111110111010 | 8fc9e3cfba |
EUC-JP | 硝耘コ | 101111101100101111100110110100011000111010111010 | becbe6d18eba |
UTF-8 | 硝耘コ | 111001111010000110011101111010001000000010011000111011111011110110111010 | e7a19de88098efbdba |
UHC | 硝耘? | 1111010110100110111010011111110000111111 | f5a6e9fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)