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 | 蒻?す夜? | 1110010011101000001111111000001010110111100101101110100100111111 | e4e83f82b796e93f |
EUC-JP | 蒻?す夜? | 1110100011101010001111111010010010111001110011001110101100111111 | e8ea3fa4b9cceb3f |
UTF-8 | 蒻배す夜귻 | 111010001001001010111011111010111011000010110000111000111000000110011001111001011010010010011100111010101011011110111011 | e892bbebb0b0e38199e5a49ceab7bb |
UHC | 蒻배す夜귻 | 11100101101101101011100111101000101010101011100111100101101010001000001101000010 | e5b6b9e8aab9e5a88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)