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 | ???侍 | 0011111100111111001111111000111010011000 | 3f3f3f8e98 |
EUC-JP | ???侍 | 0011111100111111001111111011101111111000 | 3f3f3fbbf8 |
UTF-8 | 렳롉렣侍 | 111010111010000010110011111010111010000110001001111010111010000010100011111001001011111010001101 | eba0b3eba189eba0a3e4be8d |
UHC | 렳롉렣侍 | 1000111011000000100011101100111110001110101101001110001110110100 | 8ec08ecf8eb4e3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)