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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??雙晁 | 001111110011111110011001110101001001110111101000 | 3f3f99d49de8 |
EUC-JP | ??雙晁 | 001111110011111111010010110101101101101011101010 | 3f3fd2d6daea |
UTF-8 | 롘롖雙晁 | 111010111010000110011000111010111010000110010110111010011001101110011001111001101001100110000001 | eba198eba196e99b99e69981 |
UHC | 롘롖雙晁 | 1000111011011100100011101101101011100100101010101111000011000101 | 8edc8edae4aaf0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)