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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓苓験蹊 | 1110011111110010100101111110100010001100101100011110011011111100 | e7f297e88cb1e6fc |
EUC-JP | 銓苓験蹊 | 1110111011110100110011101110101010111000101100111110110011111110 | eef4ceeab8b3ecfe |
UTF-8 | 銓苓験蹊 | 111010011000101010010011111010001000101110010011111010011010100010010011111010001011100110001010 | e98a93e88b93e9a893e8b98a |
UHC | 銓??蹊 | 111011111011000000111111001111111111101110110111 | efb03f3ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)