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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銧爵斜 | 111110111100110010001110110111011000111011001110 | fbcc8edd8ece |
EUC-JP | 銧爵斜 | 10001111111001001010011010111100110111111011110011010000 | 8fe4a6bcdfbcd0 |
UTF-8 | 銧爵斜 | 111010011000101010100111111001111000100010110101111001101001011010011100 | e98aa7e788b5e6969c |
UHC | ?爵斜 | 0011111111101101110010011101111011011000 | 3fedc9ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)