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 | 蟾ス諱ッ鈑 | 1110010110110111101111011110011010000001101011111110011111100101 | e5b7bde681afe7e5 |
EUC-JP | 蟾ス諱ッ鈑 | 11101010101110011000111010111101111010111110000110001110101011111110111011100111 | eab98ebdebe18eafeee7 |
UTF-8 | 蟾ス諱ッ鈑 | 111010001001111110111110111011111011110110111101111010001010101110110001111011111011110110101111111010011000100010010001 | e89fbeefbdbde8abb1efbdafe98891 |
UHC | 蟾?諱?鈑 | 1110000011101010001111111111110111001001001111111111011111111110 | e0ea3ffdc93ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)