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 | ???依θ? | 0011111100111111001111111000100011001011100000111100011000111111 | 3f3f3f88cb83c63f |
EUC-JP | ???依θ? | 0011111100111111001111111011000011001101101001101100100000111111 | 3f3f3fb0cda6c83f |
UTF-8 | 嶺쎈㈃依θ뙶 | 1110111110100110101010111110110010001110100010001110001110001000100000111110010010111110100111011100111010111000111010111001100110110110 | efa6abec8e88e38883e4be9dceb8eb99b6 |
UHC | 嶺쎈㈃依θ뙶 | 111001111010110110111101111010111010100110110100111010111110111010100101111010001000110010111001 | e7adbdeba9b4ebeea5e88cb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)