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 | ?消??? | 001111111000111111000001001111110011111100111111 | 3f8fc13f3f3f |
EUC-JP | ?消??? | 001111111011111011000011001111110011111100111111 | 3fbec33f3f3f |
UTF-8 | 뤊消맘퐥퀚 | 111010111010010010001010111001101011011010001000111010111010011110011000111011011001000010100101111011011000000010011010 | eba48ae6b688eba798ed90a5ed809a |
UHC | 뤊消맘퐥퀚 | 10001111101110101110000110111100101110001011111010111101100011101011001110001110 | 8fbae1bcb8bebd8eb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)