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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??瑞?□^ | 0011111100111111100100001001000000111111100000011010000001011110 | 3f3f90903f81a05e |
EUC-JP | ??瑞?□^ | 0011111100111111101111111111000000111111101000101010001001011110 | 3f3fbff03fa2a25e |
UTF-8 | 룶沈瑞헉□^ | 11101011101000111011011011101111101001011011001011100111100100011001111011101101100101111000100111100010100101101010000101011110 | eba3b6efa5b2e7919eed9789e296a15e |
UHC | 룶沈瑞헉□^ | 1000111110101011111001001010000111011111111110101100011111100100101000011110000001011110 | 8fabe4a1dffac7e4a1e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)