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 | 遒給゛裹 | 1110011110100010100010111000101110000001010010101110010111100101 | e7a28b8b814ae5e5 |
EUC-JP | 遒給゛裹 | 1110111010100100101101011110101110100001101010111110101011100111 | eea4b5eba1abeae7 |
UTF-8 | 遒給゛裹 | 111010011000000110010010111001111011010110100110111000111000001010011011111010001010001110111001 | e98192e7b5a6e3829be8a3b9 |
UHC | ?給?? | 0011111111010000111001010011111100111111 | 3fd0e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)