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 | 郞幃岫褻 | 1111101110110110100110111110100110011011101010111110010111110110 | fbb69be99babe5f6 |
EUC-JP | ?幃岫褻 | 00111111110101101110101111010110101011011110101011111000 | 3fd6ebd6adeaf8 |
UTF-8 | 郞幃岫褻 | 111010011000001110011110111001011011100110000011111001011011001010101011111010001010010010111011 | e9839ee5b983e5b2abe8a4bb |
UHC | 郞?岫褻 | 11010101110011010011111111100001111110111110000011100001 | d5cd3fe1fbe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)