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 | 要ょ?抑? | 1001011101110110100000101110010100111111100101110111110100111111 | 977682e53f977d3f |
EUC-JP | 要ょ?抑? | 1100110111010111101001001110011100111111110011011101111000111111 | cdd7a4e73fcdde3f |
UTF-8 | 要ょ몱抑턆 | 111010001010011010000001111000111000001010000111111010111010101010110001111001101000101010010001111011011000010010000110 | e8a681e38287ebaab1e68a91ed8486 |
UHC | 要ょ몱抑턆 | 11101001101010011010101011100111100100011001101011100101111001001011011001000010 | e9a9aae7919ae5e4b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)