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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蒻る?誼?^ | 111001001110100010000010111010010011111110001011011000100011111101011110 | e4e882e93f8b623f5e |
EUC-JP | 蒻る?誼?^ | 111010001110101010100100111010110011111110110101110000110011111101011110 | e8eaa4eb3fb5c33f5e |
UTF-8 | 蒻るㅏ誼랱^ | 11101000100100101011101111100011100000101000101111100011100001011000111111101000101010101011110011101011100111101011000101011110 | e892bbe3828be3858fe8aabceb9eb15e |
UHC | 蒻るㅏ誼랱^ | 1110010110110110101010101110101110100100101111111110101111111110100011100100110101011110 | e5b6aaeba4bfebfe8e4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)