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 | 種?疑橋? | 1000111011101101001111111000101101011110100010111011010000111111 | 8eed3f8b5e8bb43f |
EUC-JP | 種?疑橋? | 1011110011101111001111111011010110111111101101101011011000111111 | bcef3fb5bfb6b63f |
UTF-8 | 種렕疑橋렱 | 111001111010100010101110111010111010000010010101111001111001011010010001111001101010100110001011111010111010000010110001 | e7a8aeeba095e79691e6a98beba0b1 |
UHC | 種렕疑橋렱 | 11110000111110101000111010101010111010111111011111001110111010011000111010111110 | f0fa8eaaebf7cee98ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)