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 | 螢、緕ゥ粤∝ | 11100101101000111010010011100011100011101010100111100010111000111000000111100101 | e5a3a4e38ea9e2e381e5 |
EUC-JP | 螢、緕ゥ粤∝ | 111010101010010110001110101001001110010111101110100011101010100111100100111001011010001011100111 | eaa58ea4e5ee8ea9e4e5a2e7 |
UTF-8 | 螢、緕ゥ粤∝ | 111010001001111010100010111011111011110110100100111001111011011110010101111011111011110110101001111001111011001010100100111000101000100010011101 | e89ea2efbda4e7b795efbda9e7b2a4e2889d |
UHC | 螢????∝ | 1111101110101011001111110011111100111111001111111010000111110000 | fbab3f3f3f3fa1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)