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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譴ッ蝸懋ー | 1110011010100010101011111110010110010111100111001110101010110000 | e6a2afe5979ceab0 |
EUC-JP | 譴ッ蝸懋ー | 11101100101001001000111010101111111010011111011111011000111011001000111010110000 | eca48eafe9f7d8ec8eb0 |
UTF-8 | 譴ッ蝸懋ー | 111010001010110110110100111011111011110110101111111010001001110110111000111001101000011110001011111011111011110110110000 | e8adb4efbdafe89db8e6878befbdb0 |
UHC | 譴?蝸懋? | 1100110010111001001111111110100011000100110110011110010100111111 | ccb93fe8c4d9e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)