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 | 釈車リ鮹魲 | 100011101101111110001110110101001101100011101001110000011111110001000010 | 8edf8ed4d8e9c1fc42 |
EUC-JP | 釈車リ鮹? | 101111001110000110111100110101101000111011011000111100101100001100111111 | bce1bcd68ed8f2c33f |
UTF-8 | 釈車リ鮹魲 | 111010011000011110001000111010001011101110001010111011111011111010011000111010011010111010111001111010011010110110110010 | e98788e8bb8aefbe98e9aeb9e9adb2 |
UHC | ?車??? | 001111111111001110110011001111110011111100111111 | 3ff3b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)