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 | 豎夥「一眇蟄 | 1110011010110001100110101110110010100010100010001110101011100001101111011110010110101101 | e6b19aeca288eae1bde5ad |
EUC-JP | 豎夥「一眇蟄 | 111011001011001111010100111011101000111010100010101100001110110011100010101111111110101010101111 | ecb3d4ee8ea2b0ece2bfeaaf |
UTF-8 | 豎夥「一眇蟄 | 111010001011000110001110111001011010010010100101111011111011110110100010111001001011100010000000111001111001110010000111111010001001111110000100 | e8b18ee5a4a5efbda2e4b880e79c87e89f84 |
UHC | ???一?蟄 | 0011111100111111001111111110110011101001001111111111011011011110 | 3f3f3fece93ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)