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 | ⅰ雫鳬エ齊゙ | 11111010010000001000111010110100111010011110100110110100111010101000111011011110 | fa408eb4e9e9b4ea8ede |
EUC-JP | ?雫鳬エ齊゙ | 0011111110111100101101101111001011101011100011101011010011110011111011101000111011011110 | 3fbcb6f2eb8eb4f3ee8ede |
UTF-8 | ⅰ雫鳬エ齊゙ | 111000101000010110110000111010011001101110101011111010011011001110101100111011111011110110110100111010011011110110001010111011111011111010011110 | e285b0e99babe9b3acefbdb4e9bd8aefbe9e |
UHC | ⅰ???齊? | 1010010110100001001111110011111100111111111100001011101000111111 | a5a13f3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)