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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???淳θ | 00111111001111110011111110001111011111101000001111000110 | 3f3f3f8f7e83c6 |
EUC-JP | ???淳θ | 00111111001111110011111110111101110111111010011011001000 | 3f3f3fbddfa6c8 |
UTF-8 | 料욄퍜淳θ | 1110111110100110101111101110110010011010100001001110110110001101100111001110011010110111101100111100111010111000 | efa6beec9a84ed8d9ce6b7b3ceb8 |
UHC | 料욄퍜淳θ | 11101000111101111001111011100110101110111001001111100010111010001010010111101000 | e8f79ee6bb93e2e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)