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 | 11100000110000101110000010111010011111010101100111100000110000101110000010111010011111010110001001000101 | e0c2e0ba7d59e0c2e0ba7d6245 |
EUC-JP | 狡犲}Y狡犲}bE | 11100000110001001110000010111100011111010101100111100000110001001110000010111100011111010110001001000101 | e0c4e0bc7d59e0c4e0bc7d6245 |
UTF-8 | 狡犲}Y狡犲}bE | 1110011110001011101000011110011110001010101100100111110101011001111001111000101110100001111001111000101010110010011111010110001001000101 | e78ba1e78ab27d59e78ba1e78ab27d6245 |
UHC | 狡?}Y狡?}bE | 1100111011101010001111110111110101011001110011101110101000111111011111010110001001000101 | ceea3f7d59ceea3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)