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 | ???咳 | 0011111100111111001111111000101001010000 | 3f3f3f8a50 |
EUC-JP | ???咳 | 0011111100111111001111111011001110110001 | 3f3f3fb3b1 |
UTF-8 | 먿닩먿咳 | 111010111010100010111111111010111000101110101001111010111010100010111111111001011001001010110011 | eba8bfeb8ba9eba8bfe592b3 |
UHC | 먿닩먿咳 | 1001000011111001100010001010010010010000111110011111101010100110 | 90f988a490f9faa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)