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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 帳わ?畏??] | 10010010101000001000001011101101001111111000100011011000001111110011111101011101 | 92a082ed3f88d83f3f5d |
EUC-JP | 帳わ?畏??] | 11000100101000101010010011101111001111111011000011011010001111110011111101011101 | c4a2a4ef3fb0da3f3f5d |
UTF-8 | 帳わ푴畏븝쉔] | 11100101101110001011001111100011100000101000111111101101100100011011010011100111100101011000111111101011101110001001110111101100100010011001010001011101 | e5b8b3e3828fed91b4e7958febb89dec89945d |
UHC | 帳わ푴畏븝쉔] | 11101101111000111010101011101111101111101000001011101000111001101011101011101111101111011010100001011101 | ede3aaefbe82e8e6baefbda85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)