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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蜊ィ蜈域エゥB | 11100101100011011010100011100101100001011000100011100110101101001010100101000010 | e58da8e58588e6b4a942 |
EUC-JP | 蜊ィ蜈域エゥB | 11101001111011011000111010101000111010011110010110110000111010001000111010110100100011101010100101000010 | e9ed8ea8e9e5b0e88eb48ea942 |
UTF-8 | 蜊ィ蜈域エゥB | 11101000100111001000101011101111101111011010100011101000100111001000100011100101100111111001111111101111101111011011010011101111101111011010100101000010 | e89c8aefbda8e89c88e59f9fefbdb4efbda942 |
UHC | ??蜈域??B | 001111110011111111101000101001011110011010110100001111110011111101000010 | 3f3fe8a5e6b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)