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 | 0011111111101010100001110111110101011001001111111110101010000111011111010110001001000101 | 3fea877d593fea877d6245 |
EUC-JP | ?鼇}Y?鼇}bE | 0011111111110011111001110111110101011001001111111111001111100111011111010110001001000101 | 3ff3e77d593ff3e77d6245 |
UTF-8 | 殺鼇}Y殺鼇}bE | 1110111110100101101100001110100110111100100001110111110101011001111011111010010110110000111010011011110010000111011111010110001001000101 | efa5b0e9bc877d59efa5b0e9bc877d6245 |
UHC | 殺鼇}Y殺鼇}bE | 11100001111011011110100010101000011111010101100111100001111011011110100010101000011111010110001001000101 | e1ede8a87d59e1ede8a87d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)