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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邊ウ邀也イィ | 111001111011001010110011111001111011000110010110111001111011001010101000 | e7b2b3e7b196e7b2a8 |
EUC-JP | 邊ウ邀也イィ | 111011101011010010001110101100111110111010110011110011001110100110001110101100101000111010101000 | eeb48eb3eeb3cce98eb28ea8 |
UTF-8 | 邊ウ邀也イィ | 111010011000001010001010111011111011110110110011111010011000001010000000111001001011100110011111111011111011110110110010111011111011110110101000 | e9828aefbdb3e98280e4b99fefbdb2efbda8 |
UHC | 邊?邀也?? | 110111001010101100111111111010011010110111100101101001010011111100111111 | dcab3fe9ade5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)