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 | 濠?琥? | 100011011000101000111111111000001110011000111111 | 8d8a3fe0e63f |
EUC-JP | 濠?琥? | 101110011110101000111111111000001110100000111111 | b9ea3fe0e83f |
UTF-8 | 濠렣琥렠 | 111001101011111110100000111010111010000010100011111001111001000010100101111010111010000010100000 | e6bfa0eba0a3e790a5eba0a0 |
UHC | 濠렣琥렠 | 1111101111001100100011101011010011111011110100001000111010110001 | fbcc8eb4fbd08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)