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 | 遵?絹粧? | 1000111110000101001111111000110010100110100011111100111100111111 | 8f853f8ca68fcf3f |
EUC-JP | 遵?絹粧? | 1011110111100101001111111011100010101000101111101101000100111111 | bde53fb8a8bed13f |
UTF-8 | 遵쇤絹粧렫 | 111010011000000110110101111011001000011110100100111001111011010110111001111001111011001010100111111010111010000010101011 | e981b5ec87a4e7b5b9e7b2a7eba0ab |
UHC | 遵쇤絹粧렫 | 11110001111001011011110011101001110011001011010111101101111100101000111010111001 | f1e5bce9ccb5edf28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)