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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 渦??h渦?? | 100010010101000100111111001111110110100010001001010100010011111100111111 | 89513f3f6889513f3f |
EUC-JP | 渦??h渦?? | 101100011011001000111111001111110110100010110001101100100011111100111111 | b1b23f3f68b1b23f3f |
UTF-8 | 渦곁떻h渦곁떻 | 11100110101110001010011011101010101100111000000111101011100101101011101101101000111001101011100010100110111010101011001110000001111010111001011010111011 | e6b8a6eab381eb96bb68e6b8a6eab381eb96bb |
UHC | 渦곁떻h渦곁떻 | 11101000101111101011000011100111101101101011101101101000111010001011111010110000111001111011011010111011 | e8beb0e7b6bb68e8beb0e7b6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)