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 | ?兆?感?^ | 0011111110010010100110110011111110001010101101000011111101011110 | 3f929b3f8ab43f5e |
EUC-JP | ?兆?感?^ | 0011111111000011111110110011111110110100101101100011111101011110 | 3fc3fb3fb4b63f5e |
UTF-8 | 뤗兆킃感섀^ | 11101011101001001001011111100101100001011000011011101101100000101000001111100110100001001001111111101100100001001000000001011110 | eba497e58586ed8283e6849fec84805e |
UHC | 뤗兆킃感섀^ | 1000111111000111111100001011110010110100100011111100101011101111101111001010100001011110 | 8fc7f0bcb48fcaefbca85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)