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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辿側足棚卒 | 10010010010010001001000110100100100100011010101110010010010010011001000110110010 | 924891a491ab924991b2 |
EUC-JP | 辿側足棚卒 | 11000011101010011100001010100110110000101010110111000011101010101100001010110100 | c3a9c2a6c2adc3aac2b4 |
UTF-8 | 辿側足棚卒 | 111010001011111010111111111001011000000110110100111010001011011010110011111001101010001110011010111001011000110110010010 | e8bebfe581b4e8b6b3e6a39ae58d92 |
UHC | ?側足棚卒 | 001111111111011010110000111100001110101111011101110111001111000011101111 | 3ff6b0f0ebdddcf0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)