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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遇??? | 1000101111110110001111110011111100111111 | 8bf63f3f3f |
EUC-JP | 遇??? | 1011011011111000001111110011111100111111 | b6f83f3f3f |
UTF-8 | 遇띤뗍뤋 | 111010011000000110000111111010111001110110100100111010111001011110001101111010111010010010001011 | e98187eb9da4eb978deba48b |
UHC | 遇띤뗍뤋 | 1110100111100111101101101110110110110110110000011000111110111011 | e9e7b6edb6c18fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)