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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 渦??h渦 | 10001001010100010011111100111111011010001000100101010001 | 89513f3f688951 |
EUC-JP | 渦??h渦 | 10110001101100100011111100111111011010001011000110110010 | b1b23f3f68b1b2 |
UTF-8 | 渦곁텧h渦 | 11100110101110001010011011101010101100111000000111101101100001011010011101101000111001101011100010100110 | e6b8a6eab381ed85a768e6b8a6 |
UHC | 渦곁텧h渦 | 111010001011111010110000111001111011011010011100011010001110100010111110 | e8beb0e7b69c68e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)