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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曖??要?? | 1001111001000010001111110011111110010111011101100011111100111111 | 9e423f3f97763f3f |
EUC-JP | 曖??要?? | 1101101110100011001111110011111111001101110101110011111100111111 | dba33f3fcdd73f3f |
UTF-8 | 曖뤷뮘要낂콊 | 111001101001101110010110111010111010010010110111111010111010111010011000111010001010011010000001111010111000001010000010111011001011110110001010 | e69b96eba4b7ebae98e8a681eb8282ecbd8a |
UHC | 曖뤷뮘要낂콊 | 111001001111001010001111111001011001001010100100111010011010100110000101111010011011000110000110 | e4f28fe592a4e9a985e9b186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)