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 | 螂ェ阡オ蟆皆 | 11100101101001011010101011101000100101001011010111100101101100001000101001000110 | e5a5aae894b5e5b08a46 |
EUC-JP | 螂ェ阡オ蟆皆 | 111010101010011110001110101010101110111111110100100011101011010111101010101100101011001110100111 | eaa78eaaeff48eb5eab2b3a7 |
UTF-8 | 螂ェ阡オ蟆皆 | 111010001001111010000010111011111011110110101010111010011001100010100001111011111011110110110101111010001001111110000110111001111001101010000110 | e89e82efbdaae998a1efbdb5e89f86e79a86 |
UHC | 螂?阡??皆 | 110101011100110000111111111101001100011000111111001111111100101111001011 | d5cc3ff4c63f3fcbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)