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 | 淳?燼?淳 | 1000111101111110001111111110000010011110001111111000111101111110 | 8f7e3fe09e3f8f7e |
EUC-JP | 淳?燼?淳 | 1011110111011111001111111101111111111110001111111011110111011111 | bddf3fdffe3fbddf |
UTF-8 | 淳렦燼렦淳 | 111001101011011110110011111010111010000010100110111001111000011110111100111010111010000010100110111001101011011110110011 | e6b7b3eba0a6e787bceba0a6e6b7b3 |
UHC | 淳렦燼렦淳 | 11100010111010001000111010110101111000111110100010001110101101011110001011101000 | e2e88eb5e3e88eb5e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)