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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ?焰o | 0011111110001111110010011110111101101111 | 3f8fc9ef6f |
UTF-8 | 뤚焰o | 11101011101001001001101011100111100001001011000001101111 | eba49ae784b06f |
UHC | 뤚焰o | 1000111111001001111001101111101101101111 | 8fc9e6fb6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)