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 | 雎撰スョ邵 | 1110100010110001100100001110111110111101101011101110011110111000 | e8b190efbdaee7b8 |
EUC-JP | 雎撰スョ邵 | 11110000101100111100000011110001100011101011110110001110101011101110111010111010 | f0b3c0f18ebd8eaeeeba |
UTF-8 | 雎撰スョ邵 | 111010011001101110001110111001101001001010110000111011111011110110111101111011111011110110101110111010011000001010110101 | e99b8ee692b0efbdbdefbdaee982b5 |
UHC | 雎撰??邵 | 1110111011010001111100111011110000111111001111111110000111010000 | eed1f3bc3f3fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)