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 | 跼樣揉顋 | 1110011011110000100111101110100110011101100001101110100011111001 | e6f09ee99d86e8f9 |
EUC-JP | 跼樣揉顋 | 1110110011110010110111001110101111011001111001101111000011111011 | ecf2dcebd9e6f0fb |
UTF-8 | 跼樣揉顋 | 111010001011011110111100111001101010100010100011111001101000111110001001111010011010000110001011 | e8b7bce6a8a3e68f89e9a18b |
UHC | ?樣?? | 0011111111100101110001100011111100111111 | 3fe5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)