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 | ??蕎ρ | 001111110011111110001011101111001000001111001111 | 3f3f8bbc83cf |
EUC-JP | ??蕎ρ | 001111110011111110110110101111101010011011010001 | 3f3fb6bea6d1 |
UTF-8 | 뤶풆蕎ρ | 1110101110100100101101101110110110010010100001101110100010010101100011101100111110000001 | eba4b6ed9286e8958ecf81 |
UHC | 뤶풆蕎ρ | 1000111111100100101111101000111011001110111100001010010111110001 | 8fe4be8ecef0a5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)