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 | 艶g?猥 | 10001001100100001000001010000111001111111110000011001110 | 899082873fe0ce |
EUC-JP | 艶g?猥 | 10110001111100001010001111100111001111111110000011010000 | b1f0a3e73fe0d0 |
UTF-8 | 艶g쭅猥 | 111010001000100110110110111011111011110110000111111011001010110110000101111001111000110010100101 | e889b6efbd87ecad85e78ca5 |
UHC | 艶g쭅猥 | 1110011011111101101000111110011110100111100000011110100011100101 | e6fda3e7a781e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)