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 | 疇笞溽帋 | 1110000101100101111000101001101010011111111001111001101111100001 | e165e29a9fe79be1 |
EUC-JP | 疇笞溽帋 | 1110000111000110111000111111101011011110111010011101011011100011 | e1c6e3fadee9d6e3 |
UTF-8 | 疇笞溽帋 | 111001111001011010000111111001111010110010011110111001101011101010111101111001011011100010001011 | e79687e7ac9ee6babde5b88b |
UHC | 疇笞?? | 111100011100001011110111110000100011111100111111 | f1c2f7c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)