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 | 驤樣ァ暮聞 | 111010011000100010011110111010011010011110010101111010011001010110110111 | e9889ee9a795e995b7 |
EUC-JP | 驤樣ァ暮聞 | 11110001111010001101110011101011100011101010011111001010111010111100101010111001 | f1e8dceb8ea7caebcab9 |
UTF-8 | 驤樣ァ暮聞 | 111010011010100110100100111001101010100010100011111011111011110110100111111001101001101010101110111010001000000110011110 | e9a9a4e6a8a3efbda7e69aaee8819e |
UHC | ?樣?暮聞 | 0011111111100101110001100011111111011001101110101101101010100100 | 3fe5c63fd9badaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)