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 | シタシソ湿捨] | 101111001100000010111100101111111000111010111100100011101100110001011101 | bcc0bcbf8ebc8ecc5d |
EUC-JP | シタシソ湿捨] | 10001110101111001000111011000000100011101011110010001110101111111011110010111110101111001100111001011101 | 8ebc8ec08ebc8ebfbcbebcce5d |
UTF-8 | シタシソ湿捨] | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111011011111111100110101110011011111111100110100011011010100001011101 | efbdbcefbe80efbdbcefbdbfe6b9bfe68da85d |
UHC | ?????捨] | 0011111100111111001111110011111100111111110111101101011101011101 | 3f3f3f3f3fded75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)