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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ユロhユロ | 1101010111011011011010001101010111011011 | d5db68d5db |
EUC-JP | ユロhユロ | 100011101101010110001110110110110110100010001110110101011000111011011011 | 8ed58edb688ed58edb |
UTF-8 | ユロhユロ | 11101111101111101001010111101111101111101001101101101000111011111011111010010101111011111011111010011011 | efbe95efbe9b68efbe95efbe9b |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)