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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 上ォ悉疾H | 1000111111100011101010111000111010111011100011101011111001001000 | 8fe3ab8ebb8ebe48 |
EUC-JP | 上ォ悉疾H | 101111101110010110001110101010111011110010111101101111001100000001001000 | bee58eabbcbdbcc048 |
UTF-8 | 上ォ悉疾H | 11100100101110001000101011101111101111011010101111100110100000101000100111100111100101101011111001001000 | e4b88aefbdabe68289e796be48 |
UHC | 上?悉疾H | 1101111110111110001111111110001111111010111100101111000001001000 | dfbe3fe3faf2f048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)