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 | 僥??? | 1001100101000110001111110011111100111111 | 99463f3f3f |
EUC-JP | 僥??? | 1101000110100111001111110011111100111111 | d1a73f3f3f |
UTF-8 | 僥뺜툋曆 | 111001011000001110100101111010111011101010011100111011011000100010001011111011111010011010001011 | e583a5ebba9ced888befa68b |
UHC | 僥뺜툋曆 | 1110100011101001100101011110010010111000100000111110011010110111 | e8e995e4b883e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)