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 | 110000011111011101111101010110011100000111110111011111010110001001000101 | c1f77d59c1f77d6245 |
SJIS-WIN | ?÷}Y?÷}bE | 0011111110000001100000000111110101011001001111111000000110000000011111010110001001000101 | 3f81807d593f81807d6245 |
EUC-JP | Á÷}YÁ÷}bE | 100011111010101010100001101000011110000001111101010110011000111110101010101000011010000111100000011111010110001001000101 | 8faaa1a1e07d598faaa1a1e07d6245 |
UTF-8 | Á÷}YÁ÷}bE | 11000011100000011100001110110111011111010101100111000011100000011100001110110111011111010110001001000101 | c381c3b77d59c381c3b77d6245 |
UHC | ?÷}Y?÷}bE | 0011111110100001110000000111110101011001001111111010000111000000011111010110001001000101 | 3fa1c07d593fa1c07d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)