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 | ???珊 | 0011111100111111001111111000111001011000 | 3f3f3f8e58 |
EUC-JP | ???珊 | 0011111100111111001111111011101110111001 | 3f3f3fbbb9 |
UTF-8 | 렯렾렯珊 | 111010111010000010101111111010111010000010111110111010111010000010101111111001111000111110001010 | eba0afeba0beeba0afe78f8a |
UHC | 렯렾렯珊 | 1000111010111100100011101100011010001110101111001101111110100110 | 8ebc8ec68ebcdfa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)