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 | 扼??? | 1001110101001110001111110011111100111111 | 9d4e3f3f3f |
EUC-JP | 扼??? | 1101100110101111001111110011111100111111 | d9af3f3f3f |
UTF-8 | 扼좊젿溜 | 111001101000100110111100111011001010001010001010111011001010000010111111111011111010011110001011 | e689bceca28aeca0bfefa78b |
UHC | 扼좊젿溜 | 1110010011111001101000001110101110100000101100011110101011111110 | e4f9a0eba0b1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)