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 | ???M???M^ | 001111110011111100111111010011010011111100111111001111110100110101011110 | 3f3f3f4d3f3f3f4d5e |
SJIS-WIN | ???M???M^ | 001111110011111100111111010011010011111100111111001111110100110101011110 | 3f3f3f4d3f3f3f4d5e |
EUC-JP | ???M???M^ | 001111110011111100111111010011010011111100111111001111110100110101011110 | 3f3f3f4d3f3f3f4d5e |
UTF-8 | 책횧혳M책횧혳M^ | 111011001011000110000101111011011001101010100111111011011001100010110011010011011110110010110001100001011110110110011010101001111110110110011000101100110100110101011110 | ecb185ed9aa7ed98b34decb185ed9aa7ed98b34d5e |
UHC | 책횧혳M책횧혳M^ | 110000111010010111000011100111101100001010011010010011011100001110100101110000111001111011000010100110100100110101011110 | c3a5c39ec29a4dc3a5c39ec29a4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)