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 | 赱先刮褻 | 1110011011011111100100001110011010011001100010011110010111110110 | e6df90e69989e5f6 |
EUC-JP | 赱先刮褻 | 1110110011100001110000001110100011010001111010011110101011111000 | ece1c0e8d1e9eaf8 |
UTF-8 | 赱先刮褻 | 111010001011010110110001111001011000010110001000111001011000100010101110111010001010010010111011 | e8b5b1e58588e588aee8a4bb |
UHC | ?先刮褻 | 00111111111000001011101111001110101111101110000011100001 | 3fe0bbcebee0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)