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 | 繚朱オ襁 | 11100011100001111000111011101001101101011110010111110100 | e3878ee9b5e5f4 |
EUC-JP | 繚朱オ襁 | 1110010111100111101111001110101110001110101101011110101011110110 | e5e7bceb8eb5eaf6 |
UTF-8 | 繚朱オ襁 | 111001111011100110011010111001101001110010110001111011111011110110110101111010001010010110000001 | e7b99ae69cb1efbdb5e8a581 |
UHC | ?朱?襁 | 001111111111000110111001001111111100101110111010 | 3ff1b93fcbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)