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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-WIN | シレシル^ | 1011110011011010111100001110100111110000110111001111000011101001101111001101100101011110 | bcdaf0e9f0dcf0e9bcd95e |
EUC-JP | シレ???シル^ | 100011101011110010001110110110100011111100111111001111111000111010111100100011101101100101011110 | 8ebc8eda3f3f3f8ebc8ed95e |
UTF-8 | シレシル^ | 11101111101111011011110011101111101111101001101011101110100000101010100011101110100000101001101111101110100000101010100011101111101111011011110011101111101111101001100101011110 | efbdbcefbe9aee82a8ee829bee82a8efbdbcefbe995e |
UHC | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)