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 | 上ォ悉質 | 10001111111000111010101110001110101110111000111010111111 | 8fe3ab8ebb8ebf |
EUC-JP | 上ォ悉質 | 1011111011100101100011101010101110111100101111011011110011000001 | bee58eabbcbdbcc1 |
UTF-8 | 上ォ悉質 | 111001001011100010001010111011111011110110101011111001101000001010001001111010001011001110101010 | e4b88aefbdabe68289e8b3aa |
UHC | 上?悉質 | 11011111101111100011111111100011111110101111001011110101 | dfbe3fe3faf2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)