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 | 霍丞ョ」雉「^ | 11101000101101111000111111100101101011101010001111101000101100111010001001011110 | e8b78fe5aea3e8b3a25e |
EUC-JP | 霍丞ョ」雉「^ | 11110000101110011011111011100111100011101010111010001110101000111111000010110101100011101010001001011110 | f0b9bee78eae8ea3f0b58ea25e |
UTF-8 | 霍丞ョ」雉「^ | 11101001100111001000110111100100101110001001111011101111101111011010111011101111101111011010001111101001100110111000100111101111101111011010001001011110 | e99c8de4b89eefbdaeefbda3e99b89efbda25e |
UHC | ?丞??雉?^ | 001111111110001110101010001111110011111111110110110010110011111101011110 | 3fe3aa3f3ff6cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)