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 | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
SJIS-WIN | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
EUC-JP | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
UTF-8 | P}YP}bE | 1111000010110111100011101010011011110010101101101000111010101011010100000111110101011001111100001011011110001110101001101111001010110110100011101010101101010000011111010110001001000101 | f0b78ea6f2b68eab507d59f0b78ea6f2b68eab507d6245 |
UHC | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)