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 | ??A???? | 00111111001111110100000100111111001111110011111100111111 | 3f3f413f3f3f3f |
SJIS-WIN | ??A?療?? | 0011111100111111010000010011111110010111110000110011111100111111 | 3f3f413f97c33f3f |
EUC-JP | ??A?療?? | 0011111100111111010000010011111111001110110001010011111100111111 | 3f3f413fcec53f3f |
UTF-8 | 룵句A룶療룵句 | 11101011101000111011010111101111101001001000011001000001111010111010001110110110111001111001100110000010111010111010001110110101111011111010010010000110 | eba3b5efa48641eba3b6e79982eba3b5efa486 |
UHC | 룵句A룶療룵句 | 10001111101010101100111111111011010000011000111110101011110101101111101110001111101010101100111111111011 | 8faacffb418fabd6fb8faacffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)