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 | ???奕 | 0011111100111111001111111001101011110011 | 3f3f3f9af3 |
EUC-JP | ???奕 | 0011111100111111001111111101010011110101 | 3f3f3fd4f5 |
UTF-8 | 둔籠뤺奕 | 111010111001000110010100111011111010010110000100111010111010010010111010111001011010010110010101 | eb9194efa584eba4bae5a595 |
UHC | 둔籠뤺奕 | 1011010111010000110100101101100110001111111010001111101011010001 | b5d0d2d98fe8fad1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)