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 | 昊?蠢? | 100111011101110100111111111001011011111100111111 | 9ddd3fe5bf3f |
EUC-JP | 昊?蠢? | 110110101101111100111111111010101100000100111111 | dadf3feac13f |
UTF-8 | 昊렑蠢렦 | 111001101001100010001010111010111010000010010001111010001010000010100010111010111010000010100110 | e6988aeba091e8a0a2eba0a6 |
UHC | 昊렑蠢렦 | 1111101111000100100011101010011011110001111000111000111010110101 | fbc48ea6f1e38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)