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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 酌上ォ蒔 | 111100101110011010001110110111101000111111100011101010111000111010101010 | f2e68ede8fe3ab8eaa |
EUC-JP | ?酌上ォ蒔 | 001111111011110011100000101111101110010110001110101010111011110010101100 | 3fbce0bee58eabbcac |
UTF-8 | 酌上ォ蒔 | 111011101000100010011101111010011000010110001100111001001011100010001010111011111011110110101011111010001001001010010100 | ee889de9858ce4b88aefbdabe89294 |
UHC | ?酌上?蒔 | 0011111111101101110011001101111110111110001111111110001111001000 | 3fedccdfbe3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)