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 | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
SJIS-WIN | 悚Q}Y悚Q}bE | 1001110010011110010100010111110101011001100111001001111001010001011111010110001001000101 | 9c9e517d599c9e517d6245 |
EUC-JP | 悚Q}Y悚Q}bE | 1101011111111110010100010111110101011001110101111111111001010001011111010110001001000101 | d7fe517d59d7fe517d6245 |
UTF-8 | 悚Q}Y悚Q}bE | 11100110100000101001101001010001011111010101100111100110100000101001101001010001011111010110001001000101 | e6829a517d59e6829a517d6245 |
UHC | 悚Q}Y悚Q}bE | 1110000111100101010100010111110101011001111000011110010101010001011111010110001001000101 | e1e5517d59e1e5517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)