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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘ュ隱シ | 111010001010010110101101111010001010101010111100 | e8a5ade8aabc |
EUC-JP | 隘ュ隱シ | 1111000010100111100011101010110111110000101011001000111010111100 | f0a78eadf0ac8ebc |
UTF-8 | 隘ュ隱シ | 111010011001101010011000111011111011110110101101111010011001101010110001111011111011110110111100 | e99a98efbdade99ab1efbdbc |
UHC | 隘?隱? | 111001001111011000111111111010111101111100111111 | e4f63febdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)