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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 屡鉦オ漆 | 111100101111000010001110110001101000111111011110101101011000111010111101 | f2f08ec68fdeb58ebd |
EUC-JP | ?屡鉦オ漆 | 001111111011110011001000101111101110000010001110101101011011110010111111 | 3fbcc8bee08eb5bcbf |
UTF-8 | 屡鉦オ漆 | 111011101000100010100111111001011011000110100001111010011000100110100110111011111011110110110101111001101011110010000110 | ee88a7e5b1a1e989a6efbdb5e6bc86 |
UHC | ??鉦?漆 | 00111111001111111110111111111010001111111111011011010100 | 3f3feffa3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)