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 | 上ォ悉舎上ォ | 10001111111000111010101110001110101110111000111011001001100011111110001110101011 | 8fe3ab8ebb8ec98fe3ab |
EUC-JP | 上ォ悉舎上ォ | 101111101110010110001110101010111011110010111101101111001100101110111110111001011000111010101011 | bee58eabbcbdbccbbee58eab |
UTF-8 | 上ォ悉舎上ォ | 111001001011100010001010111011111011110110101011111001101000001010001001111010001000100010001110111001001011100010001010111011111011110110101011 | e4b88aefbdabe68289e8888ee4b88aefbdab |
UHC | 上?悉?上? | 110111111011111000111111111000111111101000111111110111111011111000111111 | dfbe3fe3fa3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)