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 | 韶剰?贐 | 11101000111011101000111111101000001111111110011011010111 | e8ee8fe83fe6d7 |
EUC-JP | 韶剰暱贐 | 111100001111000010111110111010101000111111000010110110101110110011011001 | f0f0beea8fc2daecd9 |
UTF-8 | 韶剰暱贐 | 111010011001111110110110111001011000100110110000111001101001101010110001111010001011010010010000 | e99fb6e589b0e69ab1e8b490 |
UHC | 韶??? | 1110000111010010001111110011111100111111 | e1d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)