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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 籵タシ湿^ | 111000101110000011000000111100011000111010111100100011101011110001011110 | e2e0c0f18ebc8ebc5e |
EUC-JP | 籵タ?シ湿^ | 11100100111000101000111011000000001111111000111010111100101111001011111001011110 | e4e28ec03f8ebcbcbe5e |
UTF-8 | 籵タシ湿^ | 11100111101100011011010111101111101111101000000011101110100001001000100111101111101111011011110011100110101110011011111101011110 | e7b1b5efbe80ee8489efbdbce6b9bf5e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)