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 | 001111110111110100111111011101010011111100111111010101000100001001000010 | 3f7d3f753f3f544242 |
SJIS-WIN | 直}直u??TBB | 1001001010111100011111011001001010111100011101010011111100111111010101000100001001000010 | 92bc7d92bc753f3f544242 |
EUC-JP | 直}直u??TBB | 1100010010111110011111011100010010111110011101010011111100111111010101000100001001000010 | c4be7dc4be753f3f544242 |
UTF-8 | 直}直u롉렢TBB | 1110011110011011101101000111110111100111100110111011010001110101111010111010000110001001111010111010000010100010010101000100001001000010 | e79bb47de79bb475eba189eba0a2544242 |
UHC | 直}直u롉렢TBB | 11110010110000010111110111110010110000010111010110001110110011111000111010110011010101000100001001000010 | f2c17df2c1758ecf8eb3544242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)