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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 瘙?瘙?^ | 100011111100110111110000001111111000111111001101111100000011111101011110 | 8fcdf03f8fcdf03f5e |
UTF-8 | 瘙뮰瘙멺^ | 11100111100110001001100111101011101011101011000011100111100110001001100111101011101010011011101001011110 | e79899ebaeb0e79899eba9ba5e |
UHC | 瘙뮰瘙멺^ | 111000011100010010010010101110011110000111000100100100010110011101011110 | e1c492b9e1c491675e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)