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 | ?豐闊懦 | 00111111111001101011001011101000100010001001110011101101 | 3fe6b2e8889ced |
EUC-JP | 尗豐闊懦 | 100011111011101011101010111011001011010011101111111010001101100011101111 | 8fbaeaecb4efe8d8ef |
UTF-8 | 尗豐闊懦 | 111001011011000010010111111010001011000110010000111010011001011110001010111001101000011110100110 | e5b097e8b190e9978ae687a6 |
UHC | ??闊懦 | 001111110011111111111100110001001101000111010111 | 3f3ffcc4d1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)