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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貍ア蝓撮 | 11100110101111001011000111100101100111111000111001000010 | e6bcb1e59f8e42 |
EUC-JP | 貍ア蝓撮 | 1110110010111110100011101011000111101010101000011011101110100011 | ecbe8eb1eaa1bba3 |
UTF-8 | 貍ア蝓撮 | 111010001011001010001101111011111011110110110001111010001001110110010011111001101001001010101110 | e8b28defbdb1e89d93e692ae |
UHC | ???撮 | 0011111100111111001111111111010111001001 | 3f3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)