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 | 要ε?節?? | 100101110111011010000011110000110011111110010000110111110011111100111111 | 977683c33f90df3f3f |
EUC-JP | 要ε?節?? | 110011011101011110100110110001010011111111000000111000010011111100111111 | cdd7a6c53fc0e13f3f |
UTF-8 | 要ε윜節길솇 | 1110100010100110100000011100111010110101111011001001110010011100111001111010111110000000111010101011100010111000111011001000011010000111 | e8a681ceb5ec9c9ce7af80eab8b8ec8687 |
UHC | 要ε윜節길솇 | 111010011010100110100101111001011001111110011111111011111011110110110001111001101001100110001011 | e9a9a5e59f9fefbdb1e6998b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)