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 | 淫???? | 100010001111101000111111001111110011111100111111 | 88fa3f3f3f3f |
EUC-JP | 淫?珽?? | 1011000011111100001111111000111111001011111111100011111100111111 | b0fc3f8fcbfe3f3f |
UTF-8 | 淫렪珽뵉렑 | 111001101011011110101011111010111010000010101010111001111000111110111101111010111011010110001001111010111010000010010001 | e6b7abeba0aae78fbdebb589eba091 |
UHC | 淫렪珽뵉렑 | 11101011111000101000111010111000111011111110101010111010110001111000111010100110 | ebe28eb8efeabac78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)