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 | 10010001101100011001000110110000011111010101100110010001101100011001000110110000011111010110001001000101 | 91b191b07d5991b191b07d6245 |
EUC-JP | 続族}Y続族}bE | 11000010101100111100001010110010011111010101100111000010101100111100001010110010011111010110001001000101 | c2b3c2b27d59c2b3c2b27d6245 |
UTF-8 | 続族}Y続族}bE | 1110011110110110100110101110011010010111100011110111110101011001111001111011011010011010111001101001011110001111011111010110001001000101 | e7b69ae6978f7d59e7b69ae6978f7d6245 |
UHC | ?族}Y?族}bE | 0011111111110000111010010111110101011001001111111111000011101001011111010110001001000101 | 3ff0e97d593ff0e97d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)