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 | テアテ愿督ソ^ | 110000111011000111000011100111001100001110010011110000101011111101011110 | c3b1c39cc393c2bf5e |
EUC-JP | テアテ愿督ソ^ | 10001110110000111000111010110001100011101100001111011000110001011100011011000100100011101011111101011110 | 8ec38eb18ec3d8c5c6c48ebf5e |
UTF-8 | テアテ愿督ソ^ | 11101111101111101000001111101111101111011011000111101111101111101000001111100110100001001011111111100111100111011010001111101111101111011011111101011110 | efbe83efbdb1efbe83e684bfe79da3efbdbf5e |
UHC | ???愿督?^ | 001111110011111100111111111010101011010011010100101111010011111101011110 | 3f3f3feab4d4bd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)