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 | 釐毫? | 1110011111011000100111110111110000111111 | e7d89f7c3f |
EUC-JP | 釐毫? | 1110111011011010110111011101110100111111 | eedadddd3f |
UTF-8 | 釐毫괄 | 111010011000011110010000111001101010111110101011111010101011010010000100 | e98790e6afabeab484 |
UHC | 釐毫괄 | 110101111110110111111011110001101011000011111101 | d7edfbc6b0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)