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 | 11101001101101001000100101010001011111010101100111101001101101001000100101010001011111010110001001000101 | e9b489517d59e9b489517d6245 |
EUC-JP | 魘渦}Y魘渦}bE | 11110010101101101011000110110010011111010101100111110010101101101011000110110010011111010110001001000101 | f2b6b1b27d59f2b6b1b27d6245 |
UTF-8 | 魘渦}Y魘渦}bE | 1110100110101101100110001110011010111000101001100111110101011001111010011010110110011000111001101011100010100110011111010110001001000101 | e9ad98e6b8a67d59e9ad98e6b8a67d6245 |
UHC | ?渦}Y?渦}bE | 0011111111101000101111100111110101011001001111111110100010111110011111010110001001000101 | 3fe8be7d593fe8be7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)