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 | 酊竇? | 1110011111000010111000101000010100111111 | e7c2e2853f |
EUC-JP | 酊竇? | 1110111011000100111000111110010100111111 | eec4e3e53f |
UTF-8 | 酊竇협 | 111010011000010110001010111001111010101110000111111011011001100010010001 | e9858ae7ab87ed9891 |
UHC | 酊竇협 | 111011111111100011010100111001001100011111111001 | eff8d4e4c7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)