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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻??揆蒻 | 1110010011101000001111110011111110011101100001001110010011101000 | e4e83f3f9d84e4e8 |
EUC-JP | 蒻??揆蒻 | 1110100011101010001111110011111111011001111001001110100011101010 | e8ea3f3fd9e4e8ea |
UTF-8 | 蒻앾퐛揆蒻 | 111010001001001010111011111011001001010110111110111011011001000010011011111001101000111110000110111010001001001010111011 | e892bbec95beed909be68f86e892bb |
UHC | 蒻앾퐛揆蒻 | 11100101101101101001110111101111101111011000010111010000101001101110010110110110 | e5b69defbd85d0a6e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)