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 | 曜?ァ節 | 10010111011010100011111110000011010000001001000011011111 | 976a3f834090df |
EUC-JP | 曜?ァ節 | 11001101110010110011111110100101101000011100000011100001 | cdcb3fa5a1c0e1 |
UTF-8 | 曜쒐ァ節 | 111001101001101110011100111011001001001010010000111000111000001010100001111001111010111110000000 | e69b9cec9290e382a1e7af80 |
UHC | 曜쒐ァ節 | 1110100011111000100111001110011110101011101000011110111110111101 | e8f89ce7aba1efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)