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 | 雫鳬エ齊゙ | 11111000111111001000111010110100111010011110100110110100111010101000111011011110 | f8fc8eb4e9e9b4ea8ede |
EUC-JP | ?雫鳬エ齊゙ | 0011111110111100101101101111001011101011100011101011010011110011111011101000111011011110 | 3fbcb6f2eb8eb4f3ee8ede |
UTF-8 | 雫鳬エ齊゙ | 111011101001101010011011111010011001101110101011111010011011001110101100111011111011110110110100111010011011110110001010111011111011111010011110 | ee9a9be99babe9b3acefbdb4e9bd8aefbe9e |
UHC | ????齊? | 00111111001111110011111100111111111100001011101000111111 | 3f3f3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)