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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 錞チト^ | 1111101111011011110000011100010001011110 | fbdbc1c45e |
EUC-JP | 錞チト^ | 1000111111100100110111001000111011000001100011101100010001011110 | 8fe4dc8ec18ec45e |
UTF-8 | 錞チト^ | 11101001100011001001111011101111101111101000000111101111101111101000010001011110 | e98c9eefbe81efbe845e |
UHC | 錞??^ | 1110001011110110001111110011111101011110 | e2f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)