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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 渦??押?] | 1000100101010001001111110011111110001001100111110011111101011101 | 89513f3f899f3f5d |
EUC-JP | 渦??押?] | 1011000110110010001111110011111110110010101000010011111101011101 | b1b23f3fb2a13f5d |
UTF-8 | 渦계쒼押턖] | 11100110101110001010011011101010101100111000010011101100100100101011110011100110100010101011110011101101100001001001011001011101 | e6b8a6eab384ec92bce68abced84965d |
UHC | 渦계쒼押턖] | 1110100010111110101100001110100010111110101100001110010011100011101101100101000101011101 | e8beb0e8beb0e4e3b6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)