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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???愈? | 001111110011111100111111100101101111101000111111 | 3f3f3f96fa3f |
EUC-JP | ???愈? | 001111110011111100111111110011001111110000111111 | 3f3f3fccfc3f |
UTF-8 | 轢깅빋愈짿 | 111011111010011010001101111010101011100110000101111010111011100110001011111001101000010010001000111011001010011110111111 | efa68deab985ebb98be68488eca7bf |
UHC | 轢깅빋愈짿 | 11100110101111001011000111101011100101011011000111101010111011111010010001010110 | e6bcb1eb95b1eaefa456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)