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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 渦??靄F | 10001001010100010011111100111111111010001100100101000110 | 89513f3fe8c946 |
EUC-JP | 渦??靄F | 10110001101100100011111100111111111100001100101101000110 | b1b23f3ff0cb46 |
UTF-8 | 渦셨셀靄F | 11100110101110001010011011101100100001011010100011101100100001011000000011101001100111011000010001000110 | e6b8a6ec85a8ec8580e99d8446 |
UHC | 渦셨셀靄F | 111010001011111010111100110011001011110010111111111001001111011101000110 | e8bebcccbcbfe4f746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)