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 | 畏??畏??^ | 100010001101100000111111001111111000100011011000001111110011111101011110 | 88d83f3f88d83f3f5e |
EUC-JP | 畏??畏??^ | 101100001101101000111111001111111011000011011010001111110011111101011110 | b0da3f3fb0da3f3f5e |
UTF-8 | 畏욜릊畏욜릊^ | 11100111100101011000111111101100100110101001110011101011101001101000101011100111100101011000111111101100100110101001110011101011101001101000101001011110 | e7958fec9a9ceba68ae7958fec9a9ceba68a5e |
UHC | 畏욜릊畏욜릊^ | 11101000111001101011111111100111101110001010101111101000111001101011111111100111101110001010101101011110 | e8e6bfe7b8abe8e6bfe7b8ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)