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 | 要ε?語?? | 100101110111011010000011110000110011111110001100111010100011111100111111 | 977683c33f8cea3f3f |
EUC-JP | 要ε?語?? | 110011011101011110100110110001010011111110111000111011000011111100111111 | cdd7a6c53fb8ec3f3f |
UTF-8 | 要ε뮧語㎩춺 | 1110100010100110100000011100111010110101111010111010111010100111111010001010101010011110111000111000111010101001111011001011011010111010 | e8a681ceb5ebaea7e8aa9ee38ea9ecb6ba |
UHC | 要ε뮧語㎩춺 | 111010011010100110100101111001011001001010110010111001011101111010100111111001011010110110010110 | e9a9a5e592b2e5dea7e5ad96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)