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 | 1110100110101110101011100111110101011001111010011010111010101110011111010110001001000101 | e9aeae7d59e9aeae7d6245 |
EUC-JP | 魄ョ}Y魄ョ}bE | 11110010101100001000111010101110011111010101100111110010101100001000111010101110011111010110001001000101 | f2b08eae7d59f2b08eae7d6245 |
UTF-8 | 魄ョ}Y魄ョ}bE | 1110100110101101100001001110111110111101101011100111110101011001111010011010110110000100111011111011110110101110011111010110001001000101 | e9ad84efbdae7d59e9ad84efbdae7d6245 |
UHC | 魄?}Y魄?}bE | 1101101111011110001111110111110101011001110110111101111000111111011111010110001001000101 | dbde3f7d59dbde3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)