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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莟削週 | 111001001010111110001101111011011000111101010100 | e4af8ded8f54 |
EUC-JP | 莟削週 | 111010001011000110111010111011111011110110110101 | e8b1baefbdb5 |
UTF-8 | 莟削週 | 111010001000111010011111111001011000100110001010111010011000000010110001 | e88e9fe5898ae980b1 |
UHC | ?削週 | 0011111111011110111110111111000111001110 | 3fdefbf1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)