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 | 11100011110001111110001110101111011111010101100111100011110001111110001110101111011111010110001001000101 | e3c7e3af7d59e3c7e3af7d6245 |
EUC-JP | 翩羆}Y翩羆}bE | 11100110110010011110011010110001011111010101100111100110110010011110011010110001011111010110001001000101 | e6c9e6b17d59e6c9e6b17d6245 |
UTF-8 | 翩羆}Y翩羆}bE | 1110011110111111101010011110011110111110100001100111110101011001111001111011111110101001111001111011111010000110011111010110001001000101 | e7bfa9e7be867d59e7bfa9e7be867d6245 |
UHC | 翩?}Y翩?}bE | 1111100010111011001111110111110101011001111110001011101100111111011111010110001001000101 | f8bb3f7d59f8bb3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)