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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 宍}Y宍}bE | 11110000101101001000111010110011011111010101100111110000101101001000111010110011011111010110001001000101 | f0b48eb37d59f0b48eb37d6245 |
EUC-JP | ?宍}Y?宍}bE | 0011111110111100101101010111110101011001001111111011110010110101011111010110001001000101 | 3fbcb57d593fbcb57d6245 |
UTF-8 | 宍}Y宍}bE | 1110111010000001101100111110010110101110100011010111110101011001111011101000000110110011111001011010111010001101011111010110001001000101 | ee81b3e5ae8d7d59ee81b3e5ae8d7d6245 |
UHC | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)