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?TBB | 0011111101111101001111110111010100111111010101000100001001000010 | 3f7d3f753f544242 |
SJIS-WIN | 涌}涌u毬TBB | 1001011101001111011111011001011101001111011101011001111101111011010101000100001001000010 | 974f7d974f759f7b544242 |
EUC-JP | 涌}涌u毬TBB | 1100110110110000011111011100110110110000011101011101110111011100010101000100001001000010 | cdb07dcdb075dddc544242 |
UTF-8 | 涌}涌u毬TBB | 1110011010110110100011000111110111100110101101101000110001110101111001101010111110101100010101000100001001000010 | e6b68c7de6b68c75e6afac544242 |
UHC | 涌}涌u毬TBB | 1110100110111111011111011110100110111111011101011100111110110011010101000100001001000010 | e9bf7de9bf75cfb3544242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)