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 | ???餘 | 0011111100111111001111111110100101010000 | 3f3f3fe950 |
EUC-JP | ???餘 | 0011111100111111001111111111000110110001 | 3f3f3ff1b1 |
UTF-8 | 醴녕쉿餘 | 111011111010011010110111111010111000010110010101111011001000100110111111111010011010010010011000 | efa6b7eb8595ec89bfe9a498 |
UHC | 醴녕쉿餘 | 1110011111100100101100111110011110111101101100101110011010101110 | e7e4b3e7bdb2e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)