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?TT | 00111111011111010011111101110101001111110101010001010100 | 3f7d3f753f5454 |
SJIS-WIN | 涌}涌u毬TT | 10010111010011110111110110010111010011110111010110011111011110110101010001010100 | 974f7d974f759f7b5454 |
EUC-JP | 涌}涌u毬TT | 11001101101100000111110111001101101100000111010111011101110111000101010001010100 | cdb07dcdb075dddc5454 |
UTF-8 | 涌}涌u毬TT | 11100110101101101000110001111101111001101011011010001100011101011110011010101111101011000101010001010100 | e6b68c7de6b68c75e6afac5454 |
UHC | 涌}涌u毬TT | 11101001101111110111110111101001101111110111010111001111101100110101010001010100 | e9bf7de9bf75cfb35454 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)