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 | 邨帛捷髻ウ | 111001111011010110011011111001011000111110110111111010011001111110110011 | e7b59be58fb7e99fb3 |
EUC-JP | 邨帛捷髻ウ | 11101110101101111101011011100111101111101011100111110010101000011000111010110011 | eeb7d6e7beb9f2a18eb3 |
UTF-8 | 邨帛捷髻ウ | 111010011000001010101000111001011011100010011011111001101000110110110111111010011010101110111011111011111011110110110011 | e982a8e5b89be68db7e9abbbefbdb3 |
UHC | 邨帛捷?? | 1111010110111110110110111101100111110100110111110011111100111111 | f5bedbd9f4df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)