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 | ?も?援η? | 001111111000001011100000001111111000100110000111100000111100010100111111 | 3f82e03f898783c53f |
EUC-JP | ?も?援η? | 001111111010010011100010001111111011000111100111101001101100011100111111 | 3fa4e23fb1e7a6c73f |
UTF-8 | 閭も벀援η큵 | 1110111110100110100001101110001110000010100000101110101110110010100000001110011010001111101101001100111010110111111011011000000110110101 | efa686e38282ebb280e68fb4ceb7ed81b5 |
UHC | 閭も벀援η큵 | 111001101010110110101010111000101001001110100110111010101011010110100101111001111011010010000100 | e6adaae293a6eab5a5e7b484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)