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 | ???Uk | 0011111100111111001111110101010101101011 | 3f3f3f556b |
SJIS-WIN | 辿俗造Uk | 1001001001001000100100011010110110010001101000100101010101101011 | 924891ad91a2556b |
EUC-JP | 辿俗造Uk | 1100001110101001110000101010111111000010101001000101010101101011 | c3a9c2afc2a4556b |
UTF-8 | 辿俗造Uk | 1110100010111110101111111110010010111111100101111110100110000000101000000101010101101011 | e8bebfe4bf97e980a0556b |
UHC | ?俗造Uk | 00111111111000011101010011110000111000110101010101101011 | 3fe1d4f0e3556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)