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 | 暗衛?? | 100010001100001110001001011100010011111100111111 | 88c389713f3f |
EUC-JP | 暗衛?? | 101100001100010110110001110100100011111100111111 | b0c5b1d23f3f |
UTF-8 | 暗衛롉롚 | 111001101001101010010111111010001010000110011011111010111010000110001001111010111010000110011010 | e69a97e8a19beba189eba19a |
UHC | 暗衛롉롚 | 1110010011011110111010101101101110001110110011111000111011011110 | e4deeadb8ecf8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)