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 | 壤?8誼 | 10011010110111110011111110000010010101111000101101100010 | 9adf3f82578b62 |
EUC-JP | 壤?8誼 | 11010100111000010011111110100011101110001011010111000011 | d4e13fa3b8b5c3 |
UTF-8 | 壤밸8誼 | 111001011010001110100100111010111011000010111000111011111011110010011000111010001010101010111100 | e5a3a4ebb0b8efbc98e8aabc |
UHC | 壤밸8誼 | 1110010110111101101110011110101110100011101110001110101111111110 | e5bdb9eba3b8ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)