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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 渦??h渦? | 1000100101010001001111110011111101101000100010010101000100111111 | 89513f3f6889513f |
EUC-JP | 渦??h渦? | 1011000110110010001111110011111101101000101100011011001000111111 | b1b23f3f68b1b23f |
UTF-8 | 渦곁텧h渦곁 | 11100110101110001010011011101010101100111000000111101101100001011010011101101000111001101011100010100110111010101011001110000001 | e6b8a6eab381ed85a768e6b8a6eab381 |
UHC | 渦곁텧h渦곁 | 1110100010111110101100001110011110110110100111000110100011101000101111101011000011100111 | e8beb0e7b69c68e8beb0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)