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 | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
SJIS-WIN | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
EUC-JP | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
UTF-8 | 룶濫퓻m룶濫퓻m^ | 111010111010001110110110111011111010010010100010111011011001001110111011011011011110101110100011101101101110111110100100101000101110110110010011101110110110110101011110 | eba3b6efa4a2ed93bb6deba3b6efa4a2ed93bb6d5e |
UHC | 룶濫퓻m룶濫퓻m^ | 100011111010101111010001111110101100011110111111011011011000111110101011110100011111101011000111101111110110110101011110 | 8fabd1fac7bf6d8fabd1fac7bf6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)