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 | 11111011010001001011100001010000011111010101100111111011010001001011100001010000011111010110001001000101 | fb44b8507d59fb44b8507d6245 |
EUC-JP | ?クP}Y?クP}bE | 00111111100011101011100001010000011111010101100100111111100011101011100001010000011111010110001001000101 | 3f8eb8507d593f8eb8507d6245 |
UTF-8 | 淲クP}Y淲クP}bE | 11100110101101111011001011101111101111011011100001010000011111010101100111100110101101111011001011101111101111011011100001010000011111010110001001000101 | e6b7b2efbdb8507d59e6b7b2efbdb8507d6245 |
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)