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 | ²ÎÅÚú_ | 11000010101100101100111011000101110110101111101001011111 | c2b2cec5dafa5f |
SJIS-WIN | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
EUC-JP | Â?ÎÅÚú_ | 1000111110101010101001000011111110001111101010101100001010001111101010101010100110001111101010101110001010001111101010111110001001011111 | 8faaa43f8faac28faaa98faae28fabe25f |
UTF-8 | ²ÎÅÚú_ | 11000011100000101100001010110010110000111000111011000011100001011100001110011010110000111011101001011111 | c382c2b2c38ec385c39ac3ba5f |
UHC | ?²????_ | 0011111110101001111101110011111100111111001111110011111101011111 | 3fa9f73f3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)