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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 絪??? | 100011111101001111101100001111110011111100111111 | 8fd3ec3f3f3f |
UTF-8 | 絪뉐즳轢 | 111001111011010110101010111010111000100110010000111011001010011010110011111011111010011010001101 | e7b5aaeb8990eca6b3efa68d |
UHC | 絪뉐즳轢 | 1110110011011111100001111110010110100011100001011110011010111100 | ecdf87e5a385e6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)