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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??婦 | 00111111001111111001010101110111 | 3f3f9577 |
EUC-JP | ??婦 | 00111111001111111100100111011000 | 3f3fc9d8 |
UTF-8 | 룶ㄱ婦 | 111010111010001110110110111000111000010010110001111001011010100110100110 | eba3b6e384b1e5a9a6 |
UHC | 룶ㄱ婦 | 100011111010101110100100101000011101110011111110 | 8faba4a1dcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)