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 | ???依η? | 0011111100111111001111111000100011001011100000111100010100111111 | 3f3f3f88cb83c53f |
EUC-JP | ???依η? | 0011111100111111001111111011000011001101101001101100011100111111 | 3f3f3fb0cda6c73f |
UTF-8 | 嶺쎈㈃依η㎣ | 1110111110100110101010111110110010001110100010001110001110001000100000111110010010111110100111011100111010110111111000111000111010100011 | efa6abec8e88e38883e4be9dceb7e38ea3 |
UHC | 嶺쎈㈃依η㎣ | 111001111010110110111101111010111010100110110100111010111110111010100101111001111010011110100111 | e7adbdeba9b4ebeea5e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)