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 | ?腎橙? | 001111111001000001110100100111101111001000111111 | 3f90749ef23f |
EUC-JP | ?腎橙? | 001111111011111111010101110111001111010000111111 | 3fbfd5dcf43f |
UTF-8 | 뤌腎橙훿 | 111010111010010010001100111010001000010110001110111001101010100110011001111011011001101110111111 | eba48ce8858ee6a999ed9bbf |
UHC | 뤌腎橙훿 | 1000111110111100111000111110110011010100111100101100010010001110 | 8fbce3ecd4f2c48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)