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 | àÒò | 1001001010010100111000001000001010010111110100101000111011110010 | 9294e08297d28ef2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??à??Ò?ò | 0011111100111111100011111010101110100010001111110011111110001111101010101101001000111111100011111010101111010010 | 3f3f8faba23f3f8faad23f8fabd2 |
UTF-8 | àÒò | 11000010100100101100001010010100110000111010000011000010100000101100001010010111110000111001001011000010100011101100001110110010 | c292c294c3a0c282c297c392c28ec3b2 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)