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 | 邊ウ邀也イ | 1110011110110010101100111110011110110001100101101110011110110010 | e7b2b3e7b196e7b2 |
EUC-JP | 邊ウ邀也イ | 11101110101101001000111010110011111011101011001111001100111010011000111010110010 | eeb48eb3eeb3cce98eb2 |
UTF-8 | 邊ウ邀也イ | 111010011000001010001010111011111011110110110011111010011000001010000000111001001011100110011111111011111011110110110010 | e9828aefbdb3e98280e4b99fefbdb2 |
UHC | 邊?邀也? | 1101110010101011001111111110100110101101111001011010010100111111 | dcab3fe9ade5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)