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 | ?}?u?TP | 00111111011111010011111101110101001111110101010001010000 | 3f7d3f753f5450 |
SJIS-WIN | 涌}涌u毬TP | 10010111010011110111110110010111010011110111010110011111011110110101010001010000 | 974f7d974f759f7b5450 |
EUC-JP | 涌}涌u毬TP | 11001101101100000111110111001101101100000111010111011101110111000101010001010000 | cdb07dcdb075dddc5450 |
UTF-8 | 涌}涌u毬TP | 11100110101101101000110001111101111001101011011010001100011101011110011010101111101011000101010001010000 | e6b68c7de6b68c75e6afac5450 |
UHC | 涌}涌u毬TP | 11101001101111110111110111101001101111110111010111001111101100110101010001010000 | e9bf7de9bf75cfb35450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)