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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螂。隴滄ゥ | 1110010110100101101000011110100010101101100111111110100110101001 | e5a5a1e8ad9fe9a9 |
EUC-JP | 螂。隴滄ゥ | 11101010101001111000111010100001111100001010111111011110111010111000111010101001 | eaa78ea1f0afdeeb8ea9 |
UTF-8 | 螂。隴滄ゥ | 111010001001111010000010111011111011110110100001111010011001101010110100111001101011101110000100111011111011110110101001 | e89e82efbda1e99ab4e6bb84efbda9 |
UHC | 螂??滄? | 11010101110011000011111100111111111100111110011100111111 | d5cc3f3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)