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 | 要ゆ???? | 1001011101110110100000101110010000111111001111110011111100111111 | 977682e43f3f3f3f |
EUC-JP | 要ゆ???? | 1100110111010111101001001110011000111111001111110011111100111111 | cdd7a4e63f3f3f3f |
UTF-8 | 要ゆ뀞勵뺠쮵 | 111010001010011010000001111000111000001010000110111010111000000010011110111011111010010110111111111010111011101010100000111011001010111010110101 | e8a681e38286eb809eefa5bfebbaa0ecaeb5 |
UHC | 要ゆ뀞勵뺠쮵 | 111010011010100110101010111001101000010110010101111001011111101010010101111010001010100010010010 | e9a9aae68595e5fa95e8a892 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)