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 | 謳問造笏ャ | 111001101001000010010110111000101001000110100010111000101001010010101100 | e69096e291a2e294ac |
EUC-JP | 謳問造笏ャ | 11101011111100001100110011100100110000101010010011100011111101001000111010101100 | ebf0cce4c2a4e3f48eac |
UTF-8 | 謳問造笏ャ | 111010001010110010110011111001011001010110001111111010011000000010100000111001111010110010001111111011111011110110101100 | e8acb3e5958fe980a0e7ac8fefbdac |
UHC | 謳問造笏? | 110011111100010011011001111111011111000011100011111110111110111000111111 | cfc4d9fdf0e3fbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)