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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覓給ご | 111001100100101110001011100010111000001010110010 | e64b8b8b82b2 |
EUC-JP | 覓給ご | 111010111010110010110101111010111010010010110100 | ebacb5eba4b4 |
UTF-8 | 覓給ご | 111010001010011010010011111001111011010110100110111000111000000110010100 | e8a693e7b5a6e38194 |
UHC | 覓給ご | 110110001111001011010000111001011010101010110100 | d8f2d0e5aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)