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 | 蔭??櫻 | 100010001111110000111111001111111001111101001110 | 88fc3f3f9f4e |
EUC-JP | 蔭??櫻 | 101100001111111000111111001111111101110110101111 | b0fe3f3fddaf |
UTF-8 | 蔭댁냼櫻 | 111010001001010010101101111010111000110010000001111010111000001110111100111001101010101110111011 | e894adeb8c81eb83bce6abbb |
UHC | 蔭댁냼櫻 | 1110101111100011101101001110110010000110100011001110010110100001 | ebe3b4ec868ce5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)