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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??粧??疱 | 0011111100111111100011111100111100111111001111111110000101110110 | 3f3f8fcf3f3fe176 |
EUC-JP | ??粧??疱 | 0011111100111111101111101101000100111111001111111110000111010111 | 3f3fbed13f3fe1d7 |
UTF-8 | 橓렧粧렰뤈疱 | 111001101010100110010011111010111010000010100111111001111011001010100111111010111010000010110000111010111010010010001000111001111001011010110001 | e6a993eba0a7e7b2a7eba0b0eba488e796b1 |
UHC | 橓렧粧렰뤈疱 | 111000101110010110001110101101101110110111110010100011101011110110001111101110001111100011011110 | e2e58eb6edf28ebd8fb8f8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)