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 | ?W}Y?W}bE | 001111110101011101111101010110010011111101010111011111010110001001000101 | 3f577d593f577d6245 |
SJIS-WIN | 犁W}Y犁W}bE | 1110000010110011010101110111110101011001111000001011001101010111011111010110001001000101 | e0b3577d59e0b3577d6245 |
EUC-JP | 犁W}Y犁W}bE | 1110000010110101010101110111110101011001111000001011010101010111011111010110001001000101 | e0b5577d59e0b5577d6245 |
UTF-8 | 犁W}Y犁W}bE | 11100111100010101000000101010111011111010101100111100111100010101000000101010111011111010110001001000101 | e78a81577d59e78a81577d6245 |
UHC | 犁W}Y犁W}bE | 1101011111100000010101110111110101011001110101111110000001010111011111010110001001000101 | d7e0577d59d7e0577d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)