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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 渦??厓??B | 100010010101000100111111001111111111101010001101001111110011111101000010 | 89513f3ffa8d3f3f42 |
EUC-JP | 渦??厓??B | 10110001101100100011111100111111100011111011010011000111001111110011111101000010 | b1b23f3f8fb4c73f3f42 |
UTF-8 | 渦욕콪厓⒵뿦B | 11100110101110001010011011101100100110101001010111101100101111011010101011100101100011101001001111100010100100101011010111101011101111111010011001000010 | e6b8a6ec9a95ecbdaae58e93e292b5ebbfa642 |
UHC | 渦욕콪厓⒵뿦B | 11101000101111101011111111100101101100011001111011100100111011011010100111100110100101111010011001000010 | e8bebfe5b19ee4eda9e697a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)