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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??蘊] | 0011111100111111111001010101110101011101 | 3f3fe55d5d |
EUC-JP | ??蘊] | 0011111100111111111010011011111001011101 | 3f3fe9be5d |
UTF-8 | 略걄蘊] | 11101111101001011011011011101010101100011000010011101000100110001000101001011101 | efa5b6eab184e8988a5d |
UHC | 略걄蘊] | 11100101101100101000000101101100111010001011001101011101 | e5b2816ce8b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)