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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 醤ヤ汐醤ヤ璽^ | 1000111111011101110101001000111010101100100011111101110111010100100011101010001101011110 | 8fddd48eac8fddd48ea35e |
EUC-JP | 醤ヤ汐醤ヤ璽^ | 10111110110111111000111011010100101111001010111010111110110111111000111011010100101111001010010101011110 | bedf8ed4bcaebedf8ed4bca55e |
UTF-8 | 醤ヤ汐醤ヤ璽^ | 11101001100001101010010011101111101111101001010011100110101100011001000011101001100001101010010011101111101111101001010011100111100100101011110101011110 | e986a4efbe94e6b190e986a4efbe94e792bd5e |
UHC | ??汐??璽^ | 001111110011111111100000101100010011111100111111110111111101111001011110 | 3f3fe0b13f3fdfde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)