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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘊?蘊?^ | 11100101010111010011111111100101010111010011111101011110 | e55d3fe55d3f5e |
EUC-JP | 蘊?蘊?^ | 11101001101111100011111111101001101111100011111101011110 | e9be3fe9be3f5e |
UTF-8 | 蘊귾蘊귾^ | 11101000100110001000101011101010101101111011111011101000100110001000101011101010101101111011111001011110 | e8988aeab7bee8988aeab7be5e |
UHC | 蘊귾蘊귾^ | 111010001011001110000011010001001110100010110011100000110100010001011110 | e8b38344e8b383445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)