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 | ??蕎σ | 001111110011111110001011101111001000001111010000 | 3f3f8bbc83d0 |
EUC-JP | ??蕎σ | 001111110011111110110110101111101010011011010010 | 3f3fb6bea6d2 |
UTF-8 | 뤶풆蕎σ | 1110101110100100101101101110110110010010100001101110100010010101100011101100111110000011 | eba4b6ed9286e8958ecf83 |
UHC | 뤶풆蕎σ | 1000111111100100101111101000111011001110111100001010010111110010 | 8fe4be8ecef0a5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)