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 | ???産 | 0011111100111111001111111000111001011001 | 3f3f3f8e59 |
EUC-JP | ???産 | 0011111100111111001111111011101110111010 | 3f3f3fbbba |
UTF-8 | 렯롔렯産 | 111010111010000010101111111010111010000110010100111010111010000010101111111001111001010010100011 | eba0afeba194eba0afe794a3 |
UHC | 렯롔렯産 | 1000111010111100100011101101100010001110101111001101111110100111 | 8ebc8ed88ebcdfa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)