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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 逍セ隴枠\ | 1110011110010110101111101110100010101101100110000110011101011100 | e796bee8ad98675c |
EUC-JP | 逍セ隴枠\ | 111011011111011010001110101111101111000010101111110011111100100001011100 | edf68ebef0afcfc85c |
UTF-8 | 逍セ隴枠\ | 11101001100000001000110111101111101111011011111011101001100110101011010011100110100111101010000001011100 | e9808defbdbee99ab4e69ea05c |
UHC | 逍???\ | 111000011100111000111111001111110011111101011100 | e1ce3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)