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 | 照鍄ス | 1000111111000110111001111111101110111101 | 8fc6e7fbbd |
EUC-JP | 照鍄ス | 101111101100100011101110111111011000111010111101 | bec8eefd8ebd |
UTF-8 | 照鍄ス | 111001111000010110100111111010011000110110000100111011111011110110111101 | e785a7e98d84efbdbd |
UHC | 照?? | 11110000110011100011111100111111 | f0ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)