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 | 霓ょ?歪 | 11101000101111011000001011100101001111111001100001100011 | e8bd82e53f9863 |
EUC-JP | 霓ょ?歪 | 11110000101111111010010011100111001111111100111111000100 | f0bfa4e73fcfc4 |
UTF-8 | 霓ょ솫歪 | 111010011001110010010011111000111000001010000111111011001000011010101011111001101010110110101010 | e99c93e38287ec86abe6adaa |
UHC | 霓ょ솫歪 | 1110011111100111101010101110011110011001101000101110100011100000 | e7e7aae799a2e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)