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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釶ス驕や゚ | 1110011111011111101111011110100110000001100000101110001011011111 | e7dfbde98182e2df |
EUC-JP | 釶ス驕や゚ | 11101110111000011000111010111101111100011110000110100100111001001000111011011111 | eee18ebdf1e1a4e48edf |
UTF-8 | 釶ス驕や゚ | 111010011000011110110110111011111011110110111101111010011010100110010101111000111000001010000100111011111011111010011111 | e987b6efbdbde9a995e38284efbe9f |
UHC | ??驕や? | 00111111001111111100111011110110101010101110010000111111 | 3f3fcef6aae43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)