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 | 渫灌牘 | 100111111101011010011111111100111110000010101111 | 9fd69ff3e0af |
EUC-JP | 渫灌牘 | 110111101101100011011110111101011110000010110001 | ded8def5e0b1 |
UTF-8 | 渫灌牘 | 111001101011100010101011111001111000000110001100111001111000100110011000 | e6b8abe7818ce78998 |
UHC | 渫灌牘 | 111000001101111011001110101101001101010010111010 | e0deceb4d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)