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 | 雍?訝垓 | 11101000101101000011111111100110011000101001101010110100 | e8b43fe6629ab4 |
EUC-JP | 雍?訝垓 | 11110000101101100011111111101011110000111101010010110110 | f0b63febc3d4b6 |
UTF-8 | 雍됿訝垓 | 111010011001101110001101111010111001000010111111111010001010100010011101111001011001111010010011 | e99b8deb90bfe8a89de59e93 |
UHC | 雍됿訝垓 | 1110100010111100100010011111100111100100101110001111101010100111 | e8bc89f9e4b8faa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)