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 | 襠馴㊧ | 111001011111101110010011111010011000011110001000 | e5fb93e98788 |
EUC-JP | 襠馴? | 1110101011111101110001101110101100111111 | eafdc6eb3f |
UTF-8 | 襠馴㊧ | 111010001010010110100000111010011010011010110100111000111000101010100111 | e8a5a0e9a6b4e38aa7 |
UHC | ?馴? | 00111111111000101111100000111111 | 3fe2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)