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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 上ォ悉爵?讖 | 10001111111000111010101110001110101110111000111011011101001111111110011010101001 | 8fe3ab8ebb8edd3fe6a9 |
EUC-JP | 上ォ悉爵淎讖 | 10111110111001011000111010101011101111001011110110111100110111111000111111000111110110001110110010101011 | bee58eabbcbdbcdf8fc7d8ecab |
UTF-8 | 上ォ悉爵淎讖 | 111001001011100010001010111011111011110110101011111001101000001010001001111001111000100010110101111001101011011110001110111010001010111010010110 | e4b88aefbdabe68289e788b5e6b78ee8ae96 |
UHC | 上?悉爵?讖 | 11011111101111100011111111100011111110101110110111001001001111111111001111011001 | dfbe3fe3faedc93ff3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)