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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獰??役ц? | 111000001101011000111111001111111001011011110000100001001000100000111111 | e0d63f3f96f084883f |
EUC-JP | 獰??役ц? | 111000001101100000111111001111111100110011110010101001111110100000111111 | e0d83f3fccf2a7e83f |
UTF-8 | 獰앪댌役ц뿪 | 1110011110001101101100001110110010010101101010101110101110001100100011001110010110111101101110011101000110000110111010111011111110101010 | e78db0ec95aaeb8c8ce5bdb9d186ebbfaa |
UHC | 獰앪댌役ц뿪 | 111001111011111010011101111000101000100010110101111001101011010110101100111010001001011110101010 | e7be9de288b5e6b5ace897aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)