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 | 辿po | 1110100010111110101111110111000001101111 | e8bebf706f |
SJIS-WIN | ???po | 0011111100111111001111110111000001101111 | 3f3f3f706f |
EUC-JP | è?¿po | 100011111010101110110010001111111000111110100010110001000111000001101111 | 8fabb23f8fa2c4706f |
UTF-8 | 辿po | 1100001110101000110000101011111011000010101111110111000001101111 | c3a8c2bec2bf706f |
UHC | ?¾¿po | 00111111101010001111101010100010101011110111000001101111 | 3fa8faa2af706f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)