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 | ?R?x | 00111111010100100011111101111000 | 3f523f78 |
SJIS-WIN | 棚R棚x | 100100100100100101010010100100100100100101111000 | 924952924978 |
EUC-JP | 棚R棚x | 110000111010101001010010110000111010101001111000 | c3aa52c3aa78 |
UTF-8 | 棚R棚x | 1110011010100011100110100101001011100110101000111001101001111000 | e6a39a52e6a39a78 |
UHC | 棚R棚x | 110111011101110001010010110111011101110001111000 | dddc52dddc78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)