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 | 螂。隴滄ゥェ | 111001011010010110100001111010001010110110011111111010011010100110101010 | e5a5a1e8ad9fe9a9aa |
EUC-JP | 螂。隴滄ゥェ | 111010101010011110001110101000011111000010101111110111101110101110001110101010011000111010101010 | eaa78ea1f0afdeeb8ea98eaa |
UTF-8 | 螂。隴滄ゥェ | 111010001001111010000010111011111011110110100001111010011001101010110100111001101011101110000100111011111011110110101001111011111011110110101010 | e89e82efbda1e99ab4e6bb84efbda9efbdaa |
UHC | 螂??滄?? | 1101010111001100001111110011111111110011111001110011111100111111 | d5cc3f3ff3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)