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 | 要ζ?要ζ?^ | 1001011101110110100000111100010000111111100101110111011010000011110001000011111101011110 | 977683c43f977683c43f5e |
EUC-JP | 要ζ?要ζ?^ | 1100110111010111101001101100011000111111110011011101011110100110110001100011111101011110 | cdd7a6c63fcdd7a6c63f5e |
UTF-8 | 要ζ굵要ζ굵^ | 1110100010100110100000011100111010110110111010101011010110110101111010001010011010000001110011101011011011101010101101011011010101011110 | e8a681ceb6eab5b5e8a681ceb6eab5b55e |
UHC | 要ζ굵要ζ굵^ | 11101001101010011010010111100110101100011011110111101001101010011010010111100110101100011011110101011110 | e9a9a5e6b1bde9a9a5e6b1bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)