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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 室質\ | 1000111010111010100011101011111101011100 | 8eba8ebf5c |
EUC-JP | 室質\ | 1011110010111100101111001100000101011100 | bcbcbcc15c |
UTF-8 | 室質\ | 11100101101011101010010011101000101100111010101001011100 | e5aea4e8b3aa5c |
UHC | 室質\ | 1110001111111000111100101111010101011100 | e3f8f2f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)