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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 辿臓属辿臓属^ | 10010010010010001001000110011111100100011010111010010010010010001001000110011111100100011010111001011110 | 9248919f91ae9248919f91ae5e |
EUC-JP | 辿臓属辿臓属^ | 11000011101010011100001010100001110000101011000011000011101010011100001010100001110000101011000001011110 | c3a9c2a1c2b0c3a9c2a1c2b05e |
UTF-8 | 辿臓属辿臓属^ | 11101000101111101011111111101000100001111001001111100101101100011001111011101000101111101011111111101000100001111001001111100101101100011001111001011110 | e8bebfe88793e5b19ee8bebfe88793e5b19e5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)