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 | 照燻。上ッ爵 | 10001111110001101110000010001110101000011000111111100011101011111000111011011101 | 8fc6e08ea18fe3af8edd |
EUC-JP | 照燻。上ッ爵 | 101111101100100011011111111011101000111010100001101111101110010110001110101011111011110011011111 | bec8dfee8ea1bee58eafbcdf |
UTF-8 | 照燻。上ッ爵 | 111001111000010110100111111001111000011110111011111011111011110110100001111001001011100010001010111011111011110110101111111001111000100010110101 | e785a7e787bbefbda1e4b88aefbdafe788b5 |
UHC | 照燻?上?爵 | 11110000110011101111110110111000001111111101111110111110001111111110110111001001 | f0cefdb83fdfbe3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)