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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莟削週茫 | 1110010010101111100011011110110110001111010101001110010010101001 | e4af8ded8f54e4a9 |
EUC-JP | 莟削週茫 | 1110100010110001101110101110111110111101101101011110100010101011 | e8b1baefbdb5e8ab |
UTF-8 | 莟削週茫 | 111010001000111010011111111001011000100110001010111010011000000010110001111010001000110010101011 | e88e9fe5898ae980b1e88cab |
UHC | ?削週茫 | 00111111110111101111101111110001110011101101100011010100 | 3fdefbf1ced8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)