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 | 眸ホ | 1110000111000110111101011110111011001110 | e1c6f5eece |
EUC-JP | 眸?ホ | 1110001011001000001111111000111011001110 | e2c83f8ece |
UTF-8 | 眸ホ | 111001111001110010111000111011101001000110011001111011111011111010001110 | e79cb8ee9199efbe8e |
UHC | 眸?? | 11011001110000100011111100111111 | d9c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)