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 | 艇鉛蘿 | 100100101111100010001001100101001110010101100110 | 92f88994e566 |
EUC-JP | 艇鉛蘿 | 110001001111101010110001111101001110100111000111 | c4fab1f4e9c7 |
UTF-8 | 艇鉛蘿 | 111010001000100110000111111010011000100110011011111010001001100010111111 | e88987e9899be898bf |
UHC | 艇鉛蘿 | 111011111111001111100110111001111101010110100001 | eff3e6e7d5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)