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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 贈??贈?甄^ | 10010001101000010011111100111111100100011010000100111111111000010100101001011110 | 91a13f3f91a13fe14a5e |
EUC-JP | 贈??贈?甄^ | 11000010101000110011111100111111110000101010001100111111111000011010101101011110 | c2a33f3fc2a33fe1ab5e |
UTF-8 | 贈곁섞贈곕甄^ | 11101000101101001000100011101010101100111000000111101100100001001001111011101000101101001000100011101010101100111001010111100111100101001000010001011110 | e8b488eab381ec849ee8b488eab395e794845e |
UHC | 贈곁섞贈곕甄^ | 11110001111111001011000011100111101111001010111111110001111111001011000011101011110011001011010001011110 | f1fcb0e7bcaff1fcb0ebccb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)