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 | ?る?援ζ? | 001111111000001011101001001111111000100110000111100000111100010000111111 | 3f82e93f898783c43f |
EUC-JP | ?る?援ζ? | 001111111010010011101011001111111011000111100111101001101100011000111111 | 3fa4eb3fb1e7a6c63f |
UTF-8 | 閭る맓援ζ돹 | 1110111110100110100001101110001110000010100010111110101110100111100100111110011010001111101101001100111010110110111010111000111110111001 | efa686e3828beba793e68fb4ceb6eb8fb9 |
UHC | 閭る맓援ζ돹 | 111001101010110110101010111010111001000010100101111010101011010110100101111001101000100110111100 | e6adaaeb90a5eab5a5e689bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)