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 | ???G???q | 0011111100111111001111110100011100111111001111110011111101110001 | 3f3f3f473f3f3f71 |
SJIS-WIN | セュ雫Gセュ治q | 10111110101011011000111010110100010001111011111010101101100011101010000101110001 | bead8eb447bead8ea171 |
EUC-JP | セュ雫Gセュ治q | 1000111010111110100011101010110110111100101101100100011110001110101111101000111010101101101111001010001101110001 | 8ebe8eadbcb6478ebe8eadbca371 |
UTF-8 | セュ雫Gセュ治q | 1110111110111101101111101110111110111101101011011110100110011011101010110100011111101111101111011011111011101111101111011010110111100110101100101011101101110001 | efbdbeefbdade99bab47efbdbeefbdade6b2bb71 |
UHC | ???G??治q | 001111110011111100111111010001110011111100111111111101101011110101110001 | 3f3f3f473f3ff6bd71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)