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 | ??T??]\ | 00111111001111110101010000111111001111110101110101011100 | 3f3f543f3f5d5c |
SJIS-WIN | 潁烋T潁烋]\ | 1001111111110001111000000111110101010100100111111111000111100000011111010101110101011100 | 9ff1e07d549ff1e07d5d5c |
EUC-JP | 潁烋T潁烋]\ | 1101111011110011110111111101111001010100110111101111001111011111110111100101110101011100 | def3dfde54def3dfde5d5c |
UTF-8 | 潁烋T潁烋]\ | 111001101011110110000001111001111000001110001011010101001110011010111101100000011110011110000011100010110101110101011100 | e6bd81e7838b54e6bd81e7838b5d5c |
UHC | 潁烋T潁烋]\ | 1110011110111000111111011100111001010100111001111011100011111101110011100101110101011100 | e7b8fdce54e7b8fdce5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)